-
Notifications
You must be signed in to change notification settings - Fork 59
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
The client runtime does not support dates as value in Retry-After #455
Comments
Would like to make a few changes here:
|
+1 on each operation handle its 429s independently. The cause of the 429s can be independent (too many calls to compute should not throttle calls to networking) |
jianghaolu
added a commit
to jianghaolu/autorest-clientruntime-for-java
that referenced
this issue
Aug 6, 2018
jianghaolu
added a commit
that referenced
this issue
Aug 7, 2018
* [Resolves #458] timeout adjust: read 120 conn 60 * [Resolves #461] Support log analytics and app insights endpoints * Fix timeout for RestClient.newBuilder() * [#455] Support rfc 1123 retry-after header * Add US GOV log analytics endpoint * Up adal and commons-codec version * [Resolves #440] Allow setting max retry for MSI creds
Supported via #463 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
this code tries to parse the value of the Retry-After as an integer/number of seconds. Per the spec, the value can also be provided as a http-date.
The text was updated successfully, but these errors were encountered: