[google-appengine] Re: Need more info: Request was aborted after waiting too long...

2009-10-14 Thread dflorey
I can send many app-ids where this error started to appear. The biggest problem is that these requests seem to be canceled without retry. When getting TimeutExceptions I at least have a chance to do something. On 13 Okt., 22:18, Anders anders.ny...@gmail.com wrote: Same problem here. Never

[google-appengine] Re: Need more info: Request was aborted after waiting too long...

2009-10-14 Thread ramu
Yea, this error seems to have cropped up A LOT since last 4-5 days I didn't even change anything in my code but suddenly the error rate with this message is 3% of the total taskqueue ! --~--~-~--~~~---~--~~ You received this message because you are subscribed

[google-appengine] Re: Need more info: Request was aborted after waiting too long...

2009-10-14 Thread Picalolabu
Created a new issue for this problem. Please star it if you are affected by it: http://code.google.com/p/googleappengine/issues/detail?id=2266 On Oct 14, 2:48 pm, ramu rslet...@gmail.com wrote: Yea, this error seems to have cropped up  A LOT since last 4-5 days I didn't even change

[google-appengine] Re: Need more info: Request was aborted after waiting too long...

2009-10-14 Thread Jon McAlister
There was an issue with 1.2.6 in that it throughput on task queue requests was getting unfairly throttled. This has now been fixed. Apologies for the bug and for the confusion. On Wed, Oct 14, 2009 at 12:51 PM, Picalolabu manuel.martin.agui...@gmail.com wrote: Created a new issue for this

[google-appengine] Re: Need more info: Request was aborted after waiting too long...

2009-10-13 Thread GAEfan
I have the same errors. Seems they started when I added taskqueue and cron jobs. If I have 20 cron jobs trying to act simultaneously, would that trigger this error? If so, how can I stagger them? --~--~-~--~~~---~--~~ You received this message because you are

[google-appengine] Re: Need more info: Request was aborted after waiting too long...

2009-10-13 Thread RollingCircle
Hi, I can't offer a solution, only to add that one of my apps has suddenly started reporting this error, but only in response to requests generated from a cron job - when running the same request directly, it completes without error. In my case, the app is 'metutil', python runtime, and this