hyx
hyx copied to clipboard
✨ Implement leaky bucket rate limiter
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.