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

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.

Reply via email to