If an issue hasn't been acknowledged on the status pages, it probably won't be acknowledged in the groups either. http://code.google.com/status/appengine/
You will occasionally see DeadlineExceeded, Timeout, and 'ApplicationError 5' errors. If possible try to catch and handle them in your code, either by retrying, deferring the write to a task queue, or returning a more 'friendly' error to your users. Robert On Fri, Feb 25, 2011 at 07:39, dobee <[email protected]> wrote: > as of the time of this writing, we encounter serios problems on two of > our apps. > > we see arbitrary DeadlineExceededErrors in the logs > > is there any known issue right now? > > thx, bernd > > -- > 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.
