Raynald Messié
Raynald Messié
## Closes #1875 - #1875 ## Proposed Changes Use Polly 8's specific syntax to define resiliencePipelines (vs. PollyPolicies) _"Polly v8 introduces the concept of [resilience pipelines](https://www.pollydocs.org/pipelines/index.html), a powerful tool that...
In certain contexts, we need to be able to fully tune the way Polly is used for timeouts and circuit-breakers, but not only that. With this in mind, I'm proposing...
In certain contexts, we need to be able to fully tune the way Polly is used for timeouts and circuit-breakers, but not only that. With this in mind, I'm proposing...
Use Polly 8's specific syntax to define resiliencePipelines (vs. PollyPolicies) _"Polly v8 introduces the concept of [resilience pipelines](https://www.pollydocs.org/pipelines/index.html), a powerful tool that blends one or more resilience strategies. This new...
## Closes #2080 - #2080 This PR adds 2 new parameters in `QoSOptions` to fine-tune circuit-breaker behavior 👉 - `FailureRatio`: The failure-success ratio that will cause the circuit to break/open....
Add two parameters in QoSOptions: - FailureRatio: The failure-success ratio that will cause the circuit to break/open. - SamplingDuration: The time period over which the failure-success ratio is calculated (in...