You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 4, 2023. It is now read-only.
I searched playbooks and found retries on everything except Docker pull commands. Added retries to docker pull in 7dc5b79.
Retries in ansible playbooks are still fixed interval, since ansible doesn't yet enable exponential backoff. #388 is open for changing to exponential backoff when avaialble.
Google recommends doing this for all 5xx and 429 errors.
https://cloud.google.com/storage/docs/exponential-backoff
The text was updated successfully, but these errors were encountered: