Apparently I'm not alone: http://code.google.com/p/googleappengine/issues/detail?id=2396
On Feb 21, 7:44 pm, Blake <[email protected]> wrote: > All of my crontabs are quick - they just kick off tasks. The hourly > crontab kicks off a total of around 800 tasks, which all finish within > 10 minutes. So, the server basically sits idle for 50 minutes, then > gets the crontab to kick off my initial task, and it fails. But then, > I tried a test crontab that runs every minute, and just reads and > writes a string from cache, and even that's failing. > > They really need to get on top of this - this isn't due to sloppy > coding on my part or quota issues. > > On Feb 21, 7:31 pm, Waleed Abdulla <[email protected]> wrote: > > > > > I got quite a few of those errors a few days ago, but now I only see them on > > rare occasions. For me they happened on regular requests, though. Do you > > happen to have a lot of other traffic that might be consuming your server > > resources? Especially long running requests? > > > On Sun, Feb 21, 2010 at 11:49 AM, Blake <[email protected]> wrote: > > > My cronttabs started failing around 25% of the time with the following > > > message: > > > > ------------------------------------------------------ > > > Request was aborted after waiting too long to attempt to service your > > > request. Most likely, this indicates that you have reached your > > > simultaneous dynamic request limit. This is almost always due to > > > excessively high latency in your app. Please see > > >http://code.google.com/appengine/docs/quotas.htmlformore details. > > > ------------------------------------------------------ > > > > My crontabs are simple - they just kick off a task. To test, I > > > created one more crontab that just reads and writes a string to cache, > > > and even that's failing. > > > > Is anyone else having these problems? This is really poor. > > > > -- > > > You received this message because you are subscribed to the Google Groups > > > "Google App Engine" group. > > > To post to this group, send email to [email protected]. > > > To unsubscribe from this group, send email to > > > [email protected]<google-appengine%2Bunsubscrib > > > [email protected]> > > > . > > > For more options, visit this group at > > >http://groups.google.com/group/google-appengine?hl=en. -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-appengine?hl=en.
