Skip to content

Latest commit

 

History

History
4 lines (4 loc) · 510 Bytes

RateLimiter.md

File metadata and controls

4 lines (4 loc) · 510 Bytes

Rate Limiter

  • A "rate limiter" controls how frequently some event (e.g. an HTTP request or a login attempt) is allowed to happen. Rate limiting is commonly used as a defensive measure to protect services from excessive use (intended or not) and maintain their availability. It's also useful to control your internal or outbound processes (e.g. limit the number of simultaneously processed messages).
  • The RateLimiter component was introduced in Symfony 5.2.
  • https://symfony.com/doc/5.4/rate_limiter.html