Custom Task Queue in App Engine?

Posted by demos on Stack Overflow See other posts from Stack Overflow or by demos
Published on 2010-05-30T16:09:10Z Indexed on 2010/05/30 16:12 UTC
Read the original article Hit count: 362

I have created a new task queue and defined it in queue.yaml

I am not sure how to start adding tasks to this queue?

with the default queue it is simple taskqueue.add(...)

how do we do it for a custom queue?

© Stack Overflow or respective owner

Related posts about google-app-engine

Related posts about task-queue