I have a project on appengine that was running fine for weeks.  Then a couple 
days ago the app started to timeout on every request that spawned a new 
instance (every request).  There was no action on our part that coincided with 
the start of the errors.  Even today, requests that spawn a new instance 
timeout.  

As a crutch I turned on the "Awlays On" feature and that helps.... but if one 
of the instances decides to restart (don't know why but they do) it will 
timeout over an over again until traffic dies down to the point where the 
instance can start without receiving a request.

My site (cleancoders.com) is written in Clojure which does add significant load 
time and I'm making efforts to reduce load time.  But what weird is that the 
same code loads just fine on another instance of appengine.

Was there a chance recently that would cause the timeout to start?  What can I 
do to make sure my instance start fast enough?

Micah

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