[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

[google-appengine] Re: Taskqueue stops running tasks several times a day

2012-05-30 Thread Mind
se give us your app id so we can investigate. Also, it would help > >> us if you could give some specific dates/times of outages. > > >> Thanks, > > >> Nick Verne > > >> On Sat, May 19, 2012 at 3:50 AM, Mind wrote: > >>> I have a

[google-appengine] Taskqueue stops running tasks several times a day

2012-05-18 Thread Mind
I have an Android game whose server side is Python on AppEngine. The app processes the client requests. These requests result in a need to update the client profile (player stats). I offload this to a task. Tasks run fine some days. On other days, the task queue randomly stops running and re

[google-appengine] Python 2.7 Instance problems today ?

2012-02-26 Thread Mind
My app serves queries to control a free Android multiplayer game. QPS is normally around 1/sec. Responses are typically around 1k or less of JSON data. Login, get game data, post score, etc This morning, I went from the normal 1-2 instances to 10+ instances (which I am being charged for!). Lat