79437050

Date: 2025-02-13 16:36:39
Score: 2.5
Natty:
Report link

Can you see Max backoff value ? I think is 3600s by default.

A task will be scheduled for retry between minBackoff and maxBackoff duration after it fails.

If maxBackoff unspecified when the queue is created, Cloud Tasks will pick the default (3600s = 60mn).

Google cloud api explorer: https://cloud.google.com/tasks/docs/reference/rest/v2/projects.locations.queues#RetryConfig.FIELDS.max_backoff

Reasons:
  • Low length (0.5):
  • No code block (0.5):
  • Contains question mark (0.5):
  • Starts with a question (0.5): Can you
  • Low reputation (0.5):
Posted by: Abdellatif Derbel