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

Introduce a circuit breaker #84

Closed
mcweba opened this issue Aug 9, 2016 · 0 comments
Closed

Introduce a circuit breaker #84

mcweba opened this issue Aug 9, 2016 · 0 comments
Assignees

Comments

@mcweba
Copy link
Collaborator

mcweba commented Aug 9, 2016

If backends are gone all of the requests (from the queues as well as synchronous ones from the clients) might hang and run into a timeout. This can use up sockets pretty fast.

By introducing some kind of circuit breaker, the opening of connections to backends which timeout too often could be stopped and immediately return an error to the client for some time. This could prevent instances from "going down" by using up all its available sockets.

Check /~https://github.com/Netflix/Hystrix/wiki/Dashboard (Hystrix: Circuit Breaker from Netflix)

@mcweba mcweba self-assigned this Aug 9, 2016
@mcweba mcweba closed this as completed in #85 Aug 9, 2016
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

1 participant