-
Notifications
You must be signed in to change notification settings - Fork 55
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
ThrottlingRetryPolicy only retries once #394
Labels
Comments
6 tasks
We could retry more on 429. Some design questions to consider
|
jeremymeng
added a commit
to jeremymeng/ms-rest-js
that referenced
this issue
Feb 1, 2021
up to a limit in ThrottlingRetryPolicy. - Remove `_handleResponse` callback that is used for testing. Use `sinon` instead to verify that `retry()` has been called. Addresses Azure#394
jeremymeng
added a commit
to jeremymeng/ms-rest-js
that referenced
this issue
Feb 2, 2021
up to a limit in ThrottlingRetryPolicy. - Remove `_handleResponse` callback that is used for testing. Use `sinon` instead to verify that `retry()` has been called. Addresses Azure#394
Fixed by #417. Closing |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
See Azure/azure-sdk-for-js/issues/7989 for details
The text was updated successfully, but these errors were encountered: