task Ttl
Parameters
value
The maximum amount of time that a task will be retained in this queue. Queues created by Cloud Tasks have a default task_ttl
of 31 days. After a task has lived for task_ttl
, the task will be deleted regardless of whether it was dispatched or not. The task_ttl
for queues created via queue.yaml/xml is equal to the maximum duration because there is a storage quota for these queues. To view the maximum valid duration, see the documentation for Duration.