Hi

I have been monitoring DeadlineExceededError's pretty closely for a
while and the  and for a few weeks there
I would see may be one such error every couple of days, now I am
seeing more than 20 in the last day or so.

I see higher latencies in the system status for a lot of things, but
nothing being mentioned in terms of outages.

Is anyone seeing an recent increase in the rate. (I am using Python)

On a side note, it would be good if we could have some way of
triggering a restart of a warm instance,
what I have found is I am almost always only getting deadline exceeded
on a instance startup, but
because I am lazily loading a lot of modules when and if they are
actually being used, if a lazy import fails
due to a DeadLine exceeded error, I am getting a situation where that
particular code path now fails
until such time as the instance recycles due to incomplete module
import (which has some registrations elsewhere in the system that are
performed during the import)

T
--~--~---------~--~----~------------~-------~--~----~
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-appengine@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