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

Receiving too many 429s will eventually fail retries #214

Closed
jhendrixMSFT opened this issue Dec 7, 2017 · 1 comment
Closed

Receiving too many 429s will eventually fail retries #214

jhendrixMSFT opened this issue Dec 7, 2017 · 1 comment
Assignees

Comments

@jhendrixMSFT
Copy link
Member

In DoRetryForStatusCodes() we will honor the Retry-After header (if available) however it will count as a retry and once the cap is reached the retry will abort. One idea is to not count 429s against the total count of retries, needs investigation.

@jhendrixMSFT
Copy link
Member Author

Fixed in v9.5.1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant