Stay organized with collections Save and categorize content based on your preferences.
gcloud alpha tasks queues update
QUEUE
[--location
=LOCATION
] [--clear-http-header-override
| --http-header-override
=HEADER_FIELD
: HEADER_VALUE
] [--clear-http-method-override
| --http-method-override
=HTTP_METHOD_OVERRIDE
] [--clear-http-oauth-service-account-email-override
| --http-oauth-service-account-email-override
=HTTP_OAUTH_SERVICE_ACCOUNT_EMAIL_OVERRIDE
] [--clear-http-oauth-token-scope-override
| --http-oauth-token-scope-override
=HTTP_OAUTH_TOKEN_SCOPE_OVERRIDE
] [--clear-http-oidc-service-account-email-override
| --http-oidc-service-account-email-override
=HTTP_OIDC_SERVICE_ACCOUNT_EMAIL_OVERRIDE
] [--clear-http-oidc-token-audience-override
| --http-oidc-token-audience-override
=HTTP_OIDC_TOKEN_AUDIENCE_OVERRIDE
] [--clear-http-uri-override
| --http-uri-override
=KEY
:VALUE
,[KEY
:VALUE
,…]] [--clear-max-attempts
| --max-attempts
=MAX_ATTEMPTS
] [--clear-max-backoff
| --max-backoff
=MAX_BACKOFF
] [--clear-max-concurrent-tasks
| --max-concurrent-tasks
=MAX_CONCURRENT_TASKS
] [--clear-max-doublings
| --max-doublings
=MAX_DOUBLINGS
] [--clear-max-retry-duration
| --max-retry-duration
=MAX_RETRY_DURATION
] [--clear-max-tasks-dispatched-per-second
| --max-tasks-dispatched-per-second
=MAX_TASKS_DISPATCHED_PER_SECOND
] [--clear-min-backoff
| --min-backoff
=MIN_BACKOFF
] [--clear-routing-override
| --routing-override
=KEY
:VALUE
,[…]] [GCLOUD_WIDE_FLAG …
]
(ALPHA)
The flags available to this command represent the fields of a queue that are mutable. Attempting to use this command on a different type of queue will result in an error.
gcloud alpha tasks queues update my-queue --clear-max-attempts --clear-max-retry-duration --clear-max-doublings --clear-min-backoff --clear-max-backoff --clear-max-tasks-dispatched-per-second --clear-max-concurrent-tasks --clear-routing-override
QUEUE
--location
=LOCATION
--http-header-override
.
--clear-http-method-override
--http-method-override
.
--http-method-override
=HTTP_METHOD_OVERRIDE
--clear-http-oauth-service-account-email-override
--http-oauth-service-account-email-override
.
--http-oauth-service-account-email-override
=HTTP_OAUTH_SERVICE_ACCOUNT_EMAIL_OVERRIDE
--clear-http-oauth-token-scope-override
--http-oauth-token-scope-override
.
--http-oauth-token-scope-override
=HTTP_OAUTH_TOKEN_SCOPE_OVERRIDE
--clear-http-oidc-service-account-email-override
--http-oidc-service-account-email-override
.
--http-oidc-service-account-email-override
=HTTP_OIDC_SERVICE_ACCOUNT_EMAIL_OVERRIDE
--clear-http-oidc-token-audience-override
--http-oidc-token-audience-override
.
--http-oidc-token-audience-override
=HTTP_OIDC_TOKEN_AUDIENCE_OVERRIDE
--clear-http-uri-override
--http-uri-override
.
--http-uri-override
=KEY
:VALUE
,[KEY
:VALUE
,…]
KEY must be at least one of: [scheme, host, port, path, query, mode]. Any missing keys will use the default.
--clear-max-attempts
--max-attempts
.
--max-attempts
=MAX_ATTEMPTS
--clear-max-backoff
--max-backoff
.
--max-backoff
=MAX_BACKOFF
--clear-max-concurrent-tasks
--max-concurrent-tasks
.
--max-concurrent-tasks
=MAX_CONCURRENT_TASKS
--clear-max-doublings
--max-doublings
.
--max-doublings
=MAX_DOUBLINGS
A tasks retry interval starts at minBackoff, then doubles maxDoublings times, then increases linearly, and finally retries retries at intervals of maxBackoff up to maxAttempts times.
For example, if minBackoff is 10s, maxBackoff is 300s, and maxDoublings is 3, then the a task will first be retried in 10s. The retry interval will double three times, and then increase linearly by 2^3 * 10s. Finally, the task will retry at intervals of maxBackoff until the task has been attempted maxAttempts times. Thus, the requests will retry at 10s, 20s, 40s, 80s, 160s, 240s, 300s, 300s.
--clear-max-retry-duration
--max-retry-duration
.
--max-retry-duration
=MAX_RETRY_DURATION
--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".
--clear-max-tasks-dispatched-per-second
--max-tasks-dispatched-per-second
.
--max-tasks-dispatched-per-second
=MAX_TASKS_DISPATCHED_PER_SECOND
--clear-min-backoff
--min-backoff
.
--min-backoff
=MIN_BACKOFF
--clear-routing-override
--routing-override
.
--routing-override
=KEY
:VALUE
,[…]
KEY must be at least one of: [service, version, instance]. Any missing keys will use the default.
--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.
gcloud tasks queues update
gcloud beta tasks queues update
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-05-07 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-05-07 UTC."],[],[]]
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4