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 leaky bucket rate limiter #26

Open
roma-glushko opened this issue Dec 25, 2022 · 0 comments · May be fixed by #102
Open

✨ Implement leaky bucket rate limiter #26

roma-glushko opened this issue Dec 25, 2022 · 0 comments · May be fixed by #102
Labels
component:ratelimiter good first issue Good for newcomers type:enhancement New feature or request

Comments

@roma-glushko
Copy link
Owner

roma-glushko commented Dec 25, 2022

Hyx is providing a token bucket-based rate limiting at this moment.

Let's implement a leaky bucket-based rate limiting, too.

We should provide LeakyBucket as a standalone component, so other projects could import it to build their very custom logic as well as use it in the leaky bucket limiter implementation.

@roma-glushko roma-glushko added the type:enhancement New feature or request label Dec 25, 2022
@roma-glushko roma-glushko changed the title Implement leaky token bucket rate limiter ✨ Implement leaky token bucket rate limiter Dec 25, 2022
@roma-glushko roma-glushko changed the title ✨ Implement leaky token bucket rate limiter ✨ Implement leaky bucket rate limiter Dec 25, 2022
@roma-glushko roma-glushko added the good first issue Good for newcomers label Nov 9, 2023
@roma-glushko roma-glushko linked a pull request Dec 12, 2023 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
component:ratelimiter good first issue Good for newcomers type:enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant