Skip to content

Commit fc173e7

Browse files
averikitschandrewsg
authored andcommitted
Fix run command (#1563)
1 parent ad4ae03 commit fc173e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tasks/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,6 @@ Create a task for a queue:
5959

6060
Pull and acknowledge a task:
6161

62-
python pull_queue_snippets.py pull-and-ack-task --project=$PROJECT_ID --queue=$QUEUE_ID --location=$LOCATION_ID
62+
python pull_queue_snippets.py lease-and-ack-task --project=$PROJECT_ID --queue=$QUEUE_ID --location=$LOCATION_ID
6363

6464
Note that usually, there would be a processing step in between pulling a task and acknowledging it.

0 commit comments

Comments
 (0)