On Feb 26, 7:46 pm, Locke <[email protected]> wrote: > I have also seen this timeout error when trying to add to the task > queue. What is interesting to me is that it kills my process after 10 > seconds, instead of the thirty seconds we supposedly are allowed.
The 30 seconds are for a request that actually runs. This message indicates your request handler didn't get run at all, because too many instances of your application were already running. -- 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.
