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.

Source: [Dev.to](https://dev.to/saoudih/a-rate-limiter-changes-when-it-leaves-memory-4hog)

Sponsored