Change theme
Help
Press space for more information.
Show links for this issue (Shortcut: i, l)
Copy issue ID
Previous Issue (Shortcut: k)
Next Issue (Shortcut: j)
Sign in to use full features.
Vote: I am impacted
Notification menu
Refresh (Shortcut: Shift+r)
Go home (Shortcut: u)
Pending code changes (auto-populated)
View issue level access limits(Press Alt + Right arrow for more information)
Unintended behavior
View staffing
Description
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.
Looking at my GAE logs, I realize that my server code did not even get a chance to run.