Rate limiting is a way to control the amount of traffic that a web application or API receives, by limiting the number of requests that can be made in a given period of time.This can help to improve the performance of the site or application, and to prevent it from becoming unresponsive.| Maarten Balliauw {blog}
Traefik Proxy's HTTP RateLimit middleware ensures Services receive fair amounts of requests. Read the technical documentation.| doc.traefik.io