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/deferred
# script: djangoappengine/deferred/handler.py
# login: admin
However, the logs show that the task queue is still active --- or
rather, it exists, but in a broken state: tasks pile up in the queue,
and 404s pile up in the logs, e.g.:
11-11 04:42AM 26.081 /_ah/queue/deferred 404 313ms 0cpu_ms 0kb
AppEngine-Google; (+
http://code.google.com/appengine)
Please could somebody help with the following questions:
- I am not sending any task queue requests, so where can they be
coming from?
- The deferred system doesn't seem to be doing anything useful (or at
all): how can I switch it off properly?
With thanks and best wishes
Ivan