What is Retry-After Header?
Retry-After Header is an HTTP response header sent by a server alongside a 429 Too Many Requests or 503 Service Unavailable status code, indicating exactly how long a client must wait before making another request. For scraping pipelines, it is the definitive signal that you have hit a rate limit. Ignoring it guarantees an IP ban; respecting it allows your crawler to gracefully pause and resume without burning proxy reputation.