We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
The text was updated successfully, but these errors were encountered:
There is already a system in place to retry on errors (here)
Sorry, something went wrong.
No branches or pull requests
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.
The text was updated successfully, but these errors were encountered: