[google-appengine] Request was aborted errors

2012-07-05 Thread Mind
I have a GAE app written in Python that provides the back end for a multi-player Android game. The game just got 'featured' on Google Play. Usage has significantly increased, and I am starting to see errors like the following: 1. 68.48.166.111 - - [05/Jul/2012:19:33:27 -0700] "GET

Re: [google-appengine] Request was aborted errors

2012-07-05 Thread Takashi Matsuo
Hi Mind, Generally, I would suggest settings appropriate number of 'Min Idle Instances' for such errors. However, it's not possible to give a proper advise from information you've provided. What is your app-id? How long is the average latency of your program? Have you used appstats for profiling?

Re: [google-appengine] Request was aborted errors

2012-07-06 Thread Richard
Hi Takashi, App id is sven-wordhero. Max latency is set to 500msec. I am seeing errors in the dashboard atm with 30 instances running. The error rate is 3% at the moment. This is with only 500 requests. I actually cache the data locally in a global var (along with a datetime) to try reduce

Re: [google-appengine] Request was aborted errors

2012-09-25 Thread Andrew Mackenzie
> > This morning (September 25, 2012) I was performing testing on an appID. >> >> Until about 12.30PM, CET there was no sign of errors. >> >> Since then (now 1PM) I get this error reported about 30%-50% of the time on >> my simple GET request to my simple test servlet that does nothing, except