Hello,
Can I delete a task by running Queue.delete_tasks() based on unique
task name and add a new task with the same name?
Queue.delete_tasks(Task(name='myTask'))
Queue.add(Task(name='myTask'...))
Will that work? I know that previously this method was not available
and you couldn't reuse the task names for some time..
Would be grateful for your knowledge!
Thanks,
Andrius
--
You received this message because you are subscribed to the Google Groups "Google App Engine" group.
To post to this group, send email to google-a...@googlegroups.com.
To unsubscribe from this group, send email to google-appengi...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/google-appengine?hl=en.