Hello,

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.    "

With such a description I believe I should get a "503 Service
Unavailable" instead of "500 Internal Server Error". Getting a 503
will at least hint the client to retry after a short duration which is
the correct behavior. In this case, I got a 500 and hence did not
retry.

Am I missing something?

Regards,
Vikram

-- 
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.

Reply via email to