gcloud alpha tasks queues update-pull-queue

NAME
gcloud alpha tasks queues update-pull-queue - update a pull queue
SYNOPSIS
gcloud alpha tasks queues update-pull-queueQUEUE[--location=LOCATION][--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 ofa pull queue that are mutable. Attempting to use this command on a differenttype of queue will result in an error.

If you have early access to Cloud Tasks, refer to the following guide for moreinformation about the different queue target types:https://cloud.google.com/cloud-tasks/docs/queue-types.For access, sign up here:https://goo.gl/Ya0AZd

POSITIONAL ARGUMENTS
QUEUE
The queue to update.
FLAGS
--location=LOCATION
The location where we want to manage the queue or task. If not specified, usesthe location of the current project's App Engine app if there is an associatedapp.
At most one of these can 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 can 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 firstrun. Once the--max-retry-duration time has passed and the task hasbeen attempted --max-attempts times, no further attempts will be made and thetask will be deleted.

Must be a string that ends in 's', such as "5s".

GCLOUD WIDE FLAGS
These flags are available to all commands:--access-token-file,--account,--billing-project,--configuration,--flags-file,--flatten,--format,--help,--impersonate-service-account,--log-http,--project,--quiet,--trace-token,--user-output-enabled,--verbosity.

Run$gcloud help for details.

NOTES
This command is currently in alpha and might change without notice. If thiscommand fails with API permission errors despite specifying the correct project,you might be trying to access an API with an invitation-only early accessallowlist.

Except as otherwise noted, the content of this page is licensed under theCreative Commons Attribution 4.0 License, and code samples are licensed under theApache 2.0 License. For details, see theGoogle Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025-05-07 UTC.