Retry-After
RU: Retry-After
An HTTP response header that tells a client how long to wait before retrying a request. Used with 429 Too Many Requests (rate limiting) and 503 Service Unavailable (planned downtime). Its value is either an integer number of seconds or an HTTP-date; a compliant client must honour it to avoid worsening server load.