429 with error_code: rate_limit_exceeded.
Retry policy (recommended)
- Retry only on retryable responses (typically
429and transient5xx) - Use exponential backoff with jitter
- Add a max retry count and a max backoff cap
Handle 429s safely with exponential backoff and jitter.
429 with error_code: rate_limit_exceeded.
429 and transient 5xx)