Closed mariliamelo closed 3 years ago
[APPROVALNOTIFIER] This PR is APPROVED
This pull-request has been approved by: mariliamelo, sethvargo
The full list of commands accepted by this bot can be found here.
The pull request process is described here
What's the retry strategy that cloud scheduler uses?
The default is immediately after failure. We can customize it if we want: https://registry.terraform.io/providers/hashicorp/google/latest/docs/resources/cloud_scheduler_job#retry_count
Standardize all cloud scheduler jobs to retry 3 times.