From 2cef258e77648c2184a694efd4491ac6a945349f Mon Sep 17 00:00:00 2001 From: Averi Kitsch Date: Fri, 13 Jul 2018 13:26:24 -0700 Subject: [PATCH] Fix run command --- tasks/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/README.md b/tasks/README.md index 182ee2cc3d3..b5eeb48efd3 100644 --- a/tasks/README.md +++ b/tasks/README.md @@ -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.