Using Console
Using CLI
[QUEUE_NAME]
with the name of the queue that needs to be updated and [MAX_ATTEMPTS]
with the maximum number of times a task can be retried after a failure.
For example, if you want to set the maximum number of retries to 5 for a queue named my-queue
in a project with ID my-project
, run the following command:
Using Python