[appengine-java] Re: Task queue not starting the action when expected

2010-03-08 Thread bFlood
I'm seeing this in Python too, not sure when it started. I'm chaining tasks together to loop over a large set of data so there is only one task executing at a time. Some execute right after the previous one completes (as expected and as it worked in the past) while others take between 15-30 seconds

[appengine-java] Re: Task queue not starting the action when expected

2010-03-06 Thread kazunori_279
Hi, I've experienced the same phenomenon so that I added a new issue for this: http://code.google.com/p/googleappengine/issues/detail?id=2924 Thanks, Kaz On Feb 26, 8:05 am, Jerome wrote: > Hello, > > We have been using task queues for a few months without problem. We > handle actions that mu