> I got a "500 Internal Server Error" response code from App Engine with > the following description in one of the WARNING prints (I saw this in > the myApp/dashboard/logs). > > " Request was aborted after waiting too long to attempt to service > your request. This may happen sporadically when the App Engine serving > cluster is under unexpectedly high or uneven load. If you see this > message frequently, please contact the App Engine team. "
Hi Vikram, Did your code run at all during this request? I'm trying to understand whether it was a DeadlineExceededError (or its Java equivalent) or your code even didn't have a chance to run. Alexander -- 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.
