-
Notifications
You must be signed in to change notification settings - Fork 5.9k
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
[Resilient HTTP apps] Add a paragraph describing how to disable retries for some HTTP methods #43630
base: main
Are you sure you want to change the base?
[Resilient HTTP apps] Add a paragraph describing how to disable retries for some HTTP methods #43630
Conversation
Adds description how to disable retries for some HTTP methods
The API described in the PR will be released in dotnet/extensions 9.1.0 (https://github.com/dotnet/extensions). We want to merge the PR only after that release. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Left some suggestions but will leave it up to @IEvangelist to confirm
Co-authored-by: Darius Letterman <dcletterman@gmail.com>
Added the |
The PR adds description how to disable retries for some HTTP methods.
Fixes #5248
Internal previews