Yeah, I saw some several pretty serious spikes in the error rate earlier today too (several large spikes between 3 and 9 hours ago).
It sounds like perhaps your try-catch is not wrapping the correct statements, or it is not catching the correct errors. For timeout related issues, I usually catch: apiproxy_errors.DeadlineExceededError, db.Timeout, apiproxy_errors.ApplicationError (check for application_error in 2, 5). Robert On Mon, Mar 7, 2011 at 21:18, Will <[email protected]> wrote: > Maybe this kind of events has become old news, massive > DeadlineExceededErrors around 2011-03-07 16:51:57 PST. > > The worst thing is, the "except" statements of our app rarely get executed > during the occasions, therefore we don't get a chance to recover. > > I guess we are just a very ordinary site, about 3QPS on average. If I knew > this kind of 'down time' rate on GAE before hand, I would definitely > reconsider adopting the platform. > > With hopes, > > Will > > -- > 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. > -- 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.
