hyx icon indicating copy to clipboard operation
hyx copied to clipboard

✨ Implement leaky bucket rate limiter

Open roma-glushko opened this issue 2 years ago • 0 comments

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 avatar Dec 25 '22 11:12 roma-glushko