-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Introduce API for Circuit Breaker Strategy #1145
Conversation
Codecov Report
📣 This organization is not using Codecov’s GitHub App Integration. We recommend you install it so Codecov can continue to function properly for your repositories. Learn more @@ Coverage Diff @@
## main #1145 +/- ##
==========================================
+ Coverage 79.16% 79.81% +0.64%
==========================================
Files 213 229 +16
Lines 5084 5198 +114
Branches 882 888 +6
==========================================
+ Hits 4025 4149 +124
+ Misses 854 844 -10
Partials 205 205
Flags with carried forward coverage won't be shown. Click here to find out more.
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
src/Polly.Core/CircuitBreaker/CircuitBreakerResilienceStrategy.cs
Outdated
Show resolved
Hide resolved
src/Polly.Core/CircuitBreaker/AdvancedCircuitBreakerStrategyOptions.cs
Outdated
Show resolved
Hide resolved
src/Polly.Core/CircuitBreaker/AdvancedCircuitBreakerStrategyOptions.cs
Outdated
Show resolved
Hide resolved
src/Polly.Core/CircuitBreaker/BaseCircuitBreakerStrategyOptions.TResult.cs
Outdated
Show resolved
Hide resolved
src/Polly.Core/CircuitBreaker/BaseCircuitBreakerStrategyOptions.cs
Outdated
Show resolved
Hide resolved
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.
Nice work.
The issue or feature being addressed
Contributes to #1098
Details on the issue fix or feature implementation
This PR adds the public API for the circuit breaker strategy.
Usage:
No implementation yet, to be done in follow-up PRs. Some mutants to be killed but the API shape is ready for review.
Confirm the following