429 with the standard error envelope.
Handle 429 responses
- Queue work instead of sending large bursts of parallel requests.
- Retry with exponential backoff and jitter.
- Set a maximum retry count and surface a useful error when it is reached.
- Stream or batch work only when it suits your workload and the selected endpoint.