[appengine-java] Re: support for task queues in development environment?

2009-09-21 Thread Jason (Google)
Some of these requests may already have been filed in the public tracker, but if they haven't, please feel free: http://code.google.com/p/googleappengine/issues/list - Jason On Sat, Sep 19, 2009 at 10:54 PM, Tristan wrote: > > I agree with this! Additionally, it'd be great to be able turn > man

[appengine-java] Re: support for task queues in development environment?

2009-09-19 Thread Tristan
I agree with this! Additionally, it'd be great to be able turn manualtaskexecution on/off from the admin console. -Tristan On Sep 8, 4:07 pm, Vince Bonfanti wrote: > Being able to examine thetaskqueue, and release tasks manually--and > in different order than they were queued--is proving quite

[appengine-java] Re: support for task queues in development environment?

2009-09-08 Thread Vince Bonfanti
Being able to examine the task queue, and release tasks manually--and in different order than they were queued--is proving quite valuable. It would be nice to keep this as an option when you add automatic execution. Vince On Tue, Sep 8, 2009 at 2:42 PM, Max Ross wrote: > Interesting.  We were pl

[appengine-java] Re: support for task queues in development environment?

2009-09-08 Thread Max Ross
Interesting. We were planning on getting rid of manual task execution so that dev would completely match prod, but if your experience is shared by others it sounds like we should consider leaving the door open for manual task execution as well. Thanks, Max On Mon, Sep 7, 2009 at 8:52 AM, Vince B

[appengine-java] Re: support for task queues in development environment?

2009-09-07 Thread Vince Bonfanti
Perfect! At least for initial debugging, that's actually better than having the tasks execute automatically--it makes it easier to see what's going on with multiple tasks being queued. Thanks. On Sun, Sep 6, 2009 at 7:05 PM, Max Ross wrote: > Hi Vince, > > In order to get the task queue into the

[appengine-java] Re: support for task queues in development environment?

2009-09-06 Thread Max Ross
Hi Vince, In order to get the task queue into the 1.2.5 release we had to take a shortcut with the local development environment. Tasks execute automatically in production but not locally. However, in the local environment you can kick off your tasks manually by visiting the task queue admin con