Skip to content
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

Consider time based thresholds for CircuitBreaker #45

Closed
jhalterman opened this issue Jul 30, 2016 · 2 comments
Closed

Consider time based thresholds for CircuitBreaker #45

jhalterman opened this issue Jul 30, 2016 · 2 comments

Comments

@jhalterman
Copy link
Member

jhalterman commented Jul 30, 2016

For example, where .5 executions fail over 1 minute period. See Polly's advanced circuit breaker as a reference:

https://github.com/App-vNext/Polly

Either requires windowing or inexact stats, neither of which are ideal.

@whiskeysierra
Copy link

Interesting idea, but I'd wait for more 👍.

@jhalterman
Copy link
Member Author

This was added to Failsafe.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants