udoprog / leaky-bucket

A token-based rate limiter based on the leaky bucket algorithm.
Apache License 2.0
92 stars 10 forks source link

Rate limiter doesn't hit its target #9

Closed udoprog closed 4 years ago

udoprog commented 4 years ago

Reported here: https://github.com/udoprog/leaky-bucket/issues/5#issuecomment-703290390

This regressed in 0.8 since the local task queue was removed to reduce memory use of coordinators. This has been re-added in #8