Django-nonrel uses 'deferred' for various things internally - e.g. for sending emails.
On Sat, Nov 13, 2010 at 1:44 PM, Ivan Uemlianin <[email protected]>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 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 > can tell, there's nothing in my code which is generating them. > > I "purge" the task queue, deleting all the tasks, and the queue just > fills up again. > > I don't know what is creating these tasks or sending them to the > queue. Can anyone advise how I can find out? > > With thanks and best wishes > > Ivan > > > On Nov 12, 4:16 am, 风笑雪 <[email protected]> wrote: > > The status was 404, means GAE tried to execute this task, but failed > since > > it couldn't find the request page. > > > > So the task will run forever until the status become 2xx, that's why it > > always active. > > > > ---------- > > keakon > > -- > 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]<google-appengine%[email protected]> > . > For more options, visit this group at > http://groups.google.com/group/google-appengine?hl=en. > > -- 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.
