Thoughts on software development, technology, and building things that matter.
Fixed-window counters are the default rate limiter in most codebases, and they let through double the configured rate at every window boundary. Here is why, and what to use instead.