outscale / cloud-provider-osc

Other
4 stars 9 forks source link

Be resilient to throttling errors #73

Open jerome-jutteau opened 2 years ago

jerome-jutteau commented 2 years ago

As a user, I would like my CSI plugin to be stable when API calls are blocked due to throttling (either on the account or the whole platform).

This issue focus on checking that all API calls are resilient to throttling errors and are able to retry using exponential-backoff algorithme.

outscale-mdr commented 2 years ago

There is already a system in place to retry on errors (here)