[google-appengine] Task queue doesn't run all of the tasks and HTTP requests fail

2012-05-10 Thread David Phillips
I have an app running on a backend. It has 11 tasks. The first one is started by /_ah/start and it, in turn, starts the other ten, the worker tasks. The worker tasks have this structure: while True: # Do important stuff # time.sleep (30) The execution behavior on app engine is the s

[google-appengine] Re: Location of backend instance logs

2012-04-20 Thread David Phillips
There it is, in the versions widget on the dashboard. Thank you. I don't know how long it would have been until I stumbled on it. On Friday, April 20, 2012 6:06:42 AM UTC-5, pdknsk wrote: > > I've had the same problem when I first used backends. Use the menu > which shows version "1" to select

[google-appengine] Location of backend instance logs

2012-04-20 Thread David Phillips
I've got an app that I'm deploying on a backend instance. I cannot find the log entries that the app is writing. I can see the logs from frontend instances but I can't seem to find the backend logs. I would think that they should be available through the administration console at appengine.goo

[google-appengine] Backends logs location

2012-04-20 Thread David Phillips
Where do I find the log entries that I write on backend instances? -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To view this discussion on the web visit https://groups.google.com/d/msg/google-appengine/-/4W5njIwIghIJ. To post to this gr