-
-
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
BreakDurationGenerator not passed to CircuitStateController #1850
Comments
4 tasks
Not sure what more to add, the BreakDurationGenerator does not get passed to the controller. So if you do:
The resulting ResiliencePipline circuit breaker will not use the BreakDurationGenerator. Instead it will use the default 5 second BreakDuration. |
Thanks - it was a concrete code snippet I was after so that we can use it to build up a unit test. |
martincostello
added a commit
to martincostello/Polly
that referenced
this issue
Dec 12, 2023
Add an integration test for when `BreakDurationGenerator` is specified to guard against the issue reported by App-vNext#1850.
martincostello
added a commit
that referenced
this issue
Dec 12, 2023
Add an integration test for when `BreakDurationGenerator` is specified to guard against the issue reported by #1850.
martincostello
added a commit
that referenced
this issue
Jan 4, 2024
Add an integration test for when `BreakDurationGenerator` is specified to guard against the issue reported by #1850.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Originally posted by @adminnz in #1776 (comment)
The text was updated successfully, but these errors were encountered: