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

2013-07-10 Thread Vinny P
On Wed, Jul 10, 2013 at 3:04 AM, Jitender Bhatia < jitender.bha...@metacube.com> wrote: > 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: >> >> We are running a very simple app on the appengine. We're using django- >> non

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

2013-07-10 Thread Jitender Bhatia
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 partic

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

2010-11-13 Thread Peter Petrov
Django-nonrel uses 'deferred' for various things internally - e.g. for sending emails. On Sat, Nov 13, 2010 at 1:44 PM, Ivan Uemlianin wrote: > 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 a

[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