gcloud_alpha_tasks_queues_update-pull-queue (1)
NAME
- gcloud alpha tasks queues update-pull-queue - update a pull queue
SYNOPSIS
-
gcloud alpha tasks queues update-pull-queue QUEUE [--clear-max-attempts | --max-attempts=MAX_ATTEMPTS] [--clear-max-retry-duration | --max-retry-duration=MAX_RETRY_DURATION] [GCLOUD_WIDE_FLAG ...]
DESCRIPTION
(ALPHA) The flags available to this command represent the fields of a pull
If you have early access to Cloud Tasks, refer to the following guide for more information about the different queue target types: cloud.google.com/cloud-tasks/docs/queue-types For access, sign up here: goo.gl/Ya0AZd
POSITIONAL ARGUMENTS
-
- QUEUE
-
The queue to update.
FLAGS
-
-
At most one of these may be specified:
-
- --clear-max-attempts
-
Clear the field corresponding to --max-attempts.
- --max-attempts=MAX_ATTEMPTS
-
The maximum number of attempts per task in the queue.
-
-
At most one of these may be specified:
-
- --clear-max-retry-duration
-
Clear the field corresponding to --max-retry-duration.
- --max-retry-duration=MAX_RETRY_DURATION
-
The time limit for retrying a failed task, measured from when the task was first
run. Once the --max-retry-duration time has passed and the task has
been attempted --max-attempts times, no further attempts will be made and the
task will be deleted.
Must be a string that ends in 's', such as "5s".
-
-
At most one of these may be specified:
GCLOUD WIDE FLAGS
These flags are available to all commands: --account, --configuration, --flags-file, --flatten, --format, --help, --log-http, --project, --quiet, --trace-token, --user-output-enabled, --verbosity. Run $ gcloud help for details.
NOTES
This command is currently in ALPHA and may change without notice. If this command fails with API permission errors despite specifying the right project, you will have to apply for early access and have your projects registered on the API whitelist to use it. To do so, contact Support at cloud.google.com/support