On Tue, Nov 1, 2011 at 3:35 AM, Andrius <[email protected]> wrote:

> 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..
>

No, task names are not reusable for around 7 days.

Cheers,
Brian


> 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 [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.
>
>

-- 
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.

Reply via email to