A rate limiter changes when it leaves memory
Rate limiting can start with a Map and a counter. That is enough for a
single process. The design changes when two workers need to enforce the same
limit.
Imagine a limit of 100 requests per minute for one user. Worker A sees 60






