Adding tasks on taskqueue
I have task queue that adds task to second queue, while second queue is paused. Is it possible to 开发者_运维知识库add task to task-queue which is paused?
Yes. You can add tasks to a paused queue.
edit:
I verified this by trying it on production app engine.
精彩评论