Skip to content

Commit

Permalink
Fix run command (#1563)
Browse files Browse the repository at this point in the history
  • Loading branch information
averikitsch authored and andrewsg committed Jul 13, 2018
1 parent ad4ae03 commit fc173e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasks/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,6 @@ Create a task for a queue:

Pull and acknowledge a task:

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

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

0 comments on commit fc173e7

Please sign in to comment.