Once you have created a pull queue, you can create tasks and add them to the queue.
First you need the name
of the queue, which is defined
in queue.yaml
.
Then you set Method
to PULL
.
The following example puts tasks in a pull queue named pull-queue
:
What's next
- Learn how to lease tasks.