-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Closed
Copy link
Labels
ConfigurationOcelot feature: ConfigurationOcelot feature: ConfigurationQoSOcelot feature: Quality of Service aka PollyOcelot feature: Quality of Service aka PollySpring'25Spring 2025 releaseSpring 2025 releasefeatureA new featureA new featuremergedIssue has been merged to dev and is waiting for the next releaseIssue has been merged to dev and is waiting for the next releaseproposalProposal for a new functionality in OcelotProposal for a new functionality in Ocelot
Milestone
Description
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 seconds).
The aim is to take better advantage of Polly's circuit-breaker possibilities, and to manage circuit-break conditions more finely, on a case-by-case basis.
Currently, these 2 parameters are set by default (and in hard coded) with an error ratio of 80% and a sample duration of 10 seconds. These values may not suit everyone.
Metadata
Metadata
Assignees
Labels
ConfigurationOcelot feature: ConfigurationOcelot feature: ConfigurationQoSOcelot feature: Quality of Service aka PollyOcelot feature: Quality of Service aka PollySpring'25Spring 2025 releaseSpring 2025 releasefeatureA new featureA new featuremergedIssue has been merged to dev and is waiting for the next releaseIssue has been merged to dev and is waiting for the next releaseproposalProposal for a new functionality in OcelotProposal for a new functionality in Ocelot