Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Be resilient to throttling errors #73

Open
jerome-jutteau opened this issue Feb 21, 2022 · 1 comment
Open

Be resilient to throttling errors #73

jerome-jutteau opened this issue Feb 21, 2022 · 1 comment
Labels
enhancement New feature or request

Comments

@jerome-jutteau
Copy link
Contributor

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.

@jerome-jutteau jerome-jutteau added the enhancement New feature or request label Feb 21, 2022
@outscale-mdr
Copy link
Contributor

outscale-mdr commented Mar 17, 2022

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

@outscale-mdr outscale-mdr added this to the v1.0.0 milestone May 30, 2022
@outscale-mdr outscale-mdr removed this from the v1.0.0 milestone Jul 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Development

No branches or pull requests

2 participants