Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
lib/scylla_cloud.py: change retry logic of curl() to exponential backoff
Since IaaS services recommended to use exponential backoff logic when retries to call metadata services, we should do it in our scripts. Referenced implementation in https://developers.google.com/analytics/devguides/reporting/core/v3/errors?hl=en see https://docs.aws.amazon.com/general/latest/gr/api-retries.html Related with scylladb/scylladb#13442
- Loading branch information