You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 19, 2021. It is now read-only.
Is your feature request related to a problem? Please describe.
Based on discussions I've had with various folks at Microsoft a 503 response should always honor the retry-after header value. The way 429s are handled is fine, but retrying a 503 sooner than the retry after header can result in being further penalized. Also, I've seen it vary as far as the value returned, sometimes being as low as 5 seconds, so in that case of a 503 it doesn't appear we are doomed to a 120 second back off.
Describe the solution you'd like
Handle the 503s separately from the 409s. In the case of the 503s always honor the retry-after header
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
Based on discussions I've had with various folks at Microsoft a 503 response should always honor the retry-after header value. The way 429s are handled is fine, but retrying a 503 sooner than the retry after header can result in being further penalized. Also, I've seen it vary as far as the value returned, sometimes being as low as 5 seconds, so in that case of a 503 it doesn't appear we are doomed to a 120 second back off.
Describe the solution you'd like
Handle the 503s separately from the 409s. In the case of the 503s always honor the retry-after header
The text was updated successfully, but these errors were encountered: