How to kill a task queue job programatically ? I am using a chained task approach but many a times the chains branch off into multiple parallel task chains due to TransientError etc, for eg - starting with just 2 tasks (task chains), today I saw them multiply into 4 task chains (total of 8 tasks).
I will now start using named tasks (as suggested in my some other posts) but is there a way of accessing the tasks running / enqueued in a queue and killing them using program code ?? Thanks. -- 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.
