I'm faced with this currently. I get roughly 50% of my jobs killed with this error on one of my modules (converted from a backend). I'm using the python27 runtime and can provide my app IDs.
I believe it's hanging when I'm calling AdWords apis (I have tried breaking these calls up a bit, waiting a little between batches, not caching the urlfetch) but I lose some of the logging when I get this error and can't seem to figure out if there are local variables eating up all the memory or if I need to continue to break up the api calls. I used to have a large variable in memory that I've moved to a database. I've spent the better part of the last few weeks trying to fix this. Is there any way to help me diagnose? Perhaps confirm I'm getting shut down due to memory issues (and perhaps which are the key offenders)? I know it could potentially be python specific. If these are just scheduled/non memory related shut downs then there is no problem - I'm happy to setup a handler to check and rerun the script. I just didn't want to do that if there was an existing problem with my application. Thanks for any help. Will On Monday, September 23, 2013 6:03:57 AM UTC-7, Lucas wrote: > > > Hi @amy, > i also faced similar. I tested with > > 1. taskqueue sending request to backend, terminated within 15min > 2. taskqueue sending request to backend, and spawn a thread try run task, > also get terminated > > > i will send you my appId personally in email > -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/google-appengine. For more options, visit https://groups.google.com/groups/opt_out.
