Leaky bucket algorithm is used on every request to a web application, yet not many engineers know about it. It is used by NGINX, SeatGeek and many others. This post describes it, talks about the implementation and shows how to use it.
Share this post
Is your bucket leaky?
Share this post
Leaky bucket algorithm is used on every request to a web application, yet not many engineers know about it. It is used by NGINX, SeatGeek and many others. This post describes it, talks about the implementation and shows how to use it.