Also known as
- Throttling
- Request Limiting
- API Rate Limiting
Intent of Rate Limiting Design Pattern
To regulate the number of requests sent to a service in a specific time window, avoiding resource exhaustion and ensuring system stability. This is especially useful in distributed and cloud-native architectures.
About 4 min