Hi Anjo I don't know what happened to your application. But, check your "werning" log in appengine-dashboard.
Maybe you find "W" (werning log) says that... """ Request was aborted after waiting too long to attempt to service your request. Most likely, this indicates that you have reached your simultaneous dynamic request limit. This is almost always due to excessively high latency in your app. Please see http://code.google.com/appengine/docs/quotas.html for more details. """ The error has 0cpu_ms, 0api_cpu_ms, but it cost just 10000ms to return the page with 500 error. I may be wrong, it happened in the time to increace appengine instance. And, I don't know how to resolve this. Sorry for my poor english. Unacowa On Mar 28, 5:57 am, "OraPerf (Anjo)" <[email protected]> wrote: > I have an application (oraperfcontacts2.appspot.com) that is working > fine after it is deployed and after a couple minutes it stops > responding and gives an 500 error. If I do a refresh of the > application it works again but after a while of inactivity the same > session it stops and after a while it gives an error 500, but nothing > can be found in the logs. > > Does anyone have any pointers of what to check and where? > > Thanks, > > Anjo. -- 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.
