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

✨ Implement error-rate-based circuit breaker #11

Open
roma-glushko opened this issue Dec 21, 2022 · 0 comments
Open

✨ Implement error-rate-based circuit breaker #11

roma-glushko opened this issue Dec 21, 2022 · 0 comments
Labels

Comments

@roma-glushko
Copy link
Owner

roma-glushko commented Dec 21, 2022

Hyx is providing a circuit breaker based on the consecutive error number right now.

We need to expand that and provide a circuit breaker based on rolling window stats (e.g. percentage of failed requests).

Let's think about providing the rolling window stats as a separate low-level component, so other project could use it to implement very custom rate limiters or similar things.

References:

@roma-glushko roma-glushko added the type:enhancement New feature or request label Dec 21, 2022
@roma-glushko roma-glushko changed the title Implement error-rate-based circuit breaker ✨ Implement error-rate-based circuit breaker Dec 21, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant