What is Nginx Rate Limit Response?
An Nginx rate limit response is the HTTP 503 or 429 status returned when a client exceeds the request frequency defined in a server's limit_req configuration. Based on the leaky bucket algorithm, it drops excess requests once the burst queue fills up. For scrapers, hitting this means your concurrency model is fundamentally misaligned with the target's infrastructure, turning a fast pipeline into a cascade of dropped connections and wasted bandwidth.