On Wed, Mar 21, 2012 at 1:44 AM, toonetown <[email protected]> wrote: > Yup - still waiting for resolution on deadlineexceeded exceptions...2+ weeks > and counting. Even migrated to HRD (even though our app doesn't use data > store at all) > > Still nothing. And no way to contact anyone or find out what's going on. > > The thing that pisses me off the most is if you look at the status dashboard, > everything looks peachy - WHEN IT IS NOT!
Hmmm. Are you certain that the problem isn't on your end? When GAE has a real issue there's a temptation to assume that every problem is "the server's fault", even when it isn't. Your problem doesn't sound like any of the other issues seen here, which typically have revolved around instance restarts, failed instance startups (before user code gets executed), and datastore latency. Since you are seeing DeadlineExceededException, you must know what call is causing the timeout. What service is blocking so long that times out your app? Post a stacktrace. Jeff -- 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.
