// http header · response header
Retry-After
When to retry (with 429 or 503)
What the Retry-After header does
Retry-After accompanies a 429 Too Many Requests or 503 Service Unavailable and tells the client how long to wait before retrying — either seconds or an HTTP date. Well-behaved clients honour it instead of hammering the server.
Example
Retry-After: 120Where it's used
Retry-After is a response header. Response headers are sent by the server to describe the response and tell the client how to handle it.