Hello,

I'm working to deploy an application, but I'm noticing an extremely
high proportion (75%+) of requests being pre-empted by the app engine,
giving me the following message in my 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."

For a single request, often it is retried 5-10 times before it is able
to run. This is especially common in taskqueue tasks, where each task
has to be re-tried 5-10 times before it can run; since it takes 10
seconds before it fails and gets re-tried, this wastes a lot of time
on simple tasks. I'll include my logs if it helps diagnose the
problem. My app id is "bustrackerfeed". Thanks.

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To post to this group, send email to google-appeng...@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.

Reply via email to