I get this error once in a while for all of my apps. >From my experience this error occurs most likely if - the app has not been used for a while so that a new request will cold start the app - you have traffic spikes that force new instances to be spawn - app engine has a bad day
If your app will have a predictable and constant number of requests serving without any surprises this error occurs only because of the latter. Daniel On 30 Nov., 23:50, Steve <[email protected]> wrote: > I'm seeing repeated server error messages just trying to access the > administration console. > > --Steve -- 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.
