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
The DigitalOcean API is very flaky and throws 503s pretty liberally. For a lot of operations it's safe to retry instead of stopping the entire process. I suggest retries on the following:
Creating volumes
Destroying volumes
Uploading to Spaces
Fetching running instance metadata
The text was updated successfully, but these errors were encountered:
The DigitalOcean API is very flaky and throws 503s pretty liberally. For a lot of operations it's safe to retry instead of stopping the entire process. I suggest retries on the following:
The text was updated successfully, but these errors were encountered: