hello group,

our application makes requests to a remote web service and we are
having some issues. notably, we are having hundreds of the
undocumented "Application 5 Error". A 5s request timeout error, as i
have been told.

we use a loop to put many requests into the taskqueue. the first few
are fine. then those "Application 5 Error"s start to appear. and
retries start to appear. and the request time keeps increasing. until
all the requests eventually succeed.

we are putting requests in the taskqueue using a loop because we need
to query our service for different dates. and honestly i don't know of
any other way. if you have any recommendation, please shoot.

finally, i have checked the logs of those taskqueue requests that are
failing. there is a "pending_ms" time that is more than 2/3 of the
entire request time. and i don't have much information about that
"pending_ms". so again, if anyone can explain them.

thanks a lot in advance for your help.

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