We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ad4ae03 commit fc173e7Copy full SHA for fc173e7
tasks/README.md
@@ -59,6 +59,6 @@ Create a task for a queue:
59
60
Pull and acknowledge a task:
61
62
- python pull_queue_snippets.py pull-and-ack-task --project=$PROJECT_ID --queue=$QUEUE_ID --location=$LOCATION_ID
+ python pull_queue_snippets.py lease-and-ack-task --project=$PROJECT_ID --queue=$QUEUE_ID --location=$LOCATION_ID
63
64
Note that usually, there would be a processing step in between pulling a task and acknowledging it.
0 commit comments