We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Use native notes Use native GitHub markdown notes on pages.
Add notices for Polly v8 - Add notices to every page linking to Polly v8 documentation. - Fix various Markdown lint warnings. - Update README links to point to the v7.2.4 tag.
Fix code sample under Reducing thrown exceptions when the circuit is broken section
Refine description of breaker half-open state
Clarify on avoiding throwing extra exceptions
Link to better text about circuit-breaking
Clarify that non-permitted attempts during half-open state throw BrokenCircuitException
Clarify circuit operation in half-open state
Fix broken link
Clarify that circuit-breakers count all fault types they handle in aggregate
Clarify open-to-halfopen circuit transition
Minor wiki tidies
Make all internal wiki links relative
Clarify relation between circuit-breaker and retry
Update Circuit-Breaker open/closed semantics
Clarify open/closed re a circuit-breaker
Typo
Added: scoping CircuitBreaker instances
Add missing space character
Clarify remarks about reducing `BrokenCircuitException`s
Update link for nesting policies
Added explanation about async syntax
Clarify frequency of attempts during half-open state
Clarified
Clarified use of inspecting breaker state to determine whether to place calls
Added warning about assigning async void lambdas to Action state-transition delegates
Simplified language