[google-appengine] Please can anyone explain? working python app, has no app.yaml!

2012-02-02 Thread Ivan Uemlianin
Dear All I can't understand how this can happen. Please can someone explain? - I have a python appengine app, working at example.appspot.com (not the real url). - I download the source code with $ appcfg.py download_app -A example -V 1 example_gaedl - I run the downloaded code in the GAE l

[google-appengine] Re: how to *not* use _ah/queue/deferred?

2010-11-13 Thread Ivan Uemlianin
Dear 风笑雪 Thank you for your comment. It's failing to find the request page because I've commented out the url: /_ah/queue/deferred line in my app.yaml. However, it's not just old tasks re-running: new tasks are being created. Is there any way I can stop these tasks being generated? As far as I

[google-appengine] how to *not* use _ah/queue/deferred?

2010-11-11 Thread Ivan Uemlianin
Dear All app id: bigmarch2010 We are running a very simple app on the appengine. We're using django- nonrel, but the app is not very complicated. In particular, there seems to be no need to use the task queue, so I have commented out the relevant line in our app.yaml: # - url: /_ah/queue/d