429
HTTP status code is returned, indicating that the request has been throttled. The response provides details on when to retry:
Retry-After
header offers the exact wait time before the next request attempt, simplifying automated retry logic.
Retry-After
timeframe is recommended for handling 429
responses efficiently.