Did you ever find any way to stop the tasks ?

On Thursday, November 11, 2010 6:21:07 PM UTC+5:30, Ivan Uemlianin wrote:
>
> 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 unsubscribe from this group and stop receiving emails from it, send an email 
to google-appengine+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
Visit this group at http://groups.google.com/group/google-appengine.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to