AppConfigurationClient does not retry when a request is throttled #6408
Labels
App Configuration
Azure.ApplicationModel.Configuration
Client
This issue points to a problem in the data-plane of the library.
customer-reported
Issues that are reported by GitHub users external to the Azure organization.
Milestone
Describe the bug
AppConfigurationClient does not retry when a request is throttled. AppConfigurationClient throws a RestError with the 429 response.
To Reproduce
Expected behavior
AppConfigurationClient performs a retry when throttled (after the retry-after-ms in the 429 response). No errors should be reported and all 200 keys are created.
Additional context
When throttled, the AppConfigurationClient throws a RestError that looks like:
Also, I checked the .NET SDK, and it does the retry, resulting in the exepcted behavior.
The text was updated successfully, but these errors were encountered: