Guides
Retry Strategy
Build fault-tolerant job orchestration.
Guides
Build fault-tolerant job orchestration.
| Error Type | Retry? | Notes |
|---|---|---|
| 429 rate_limited | Yes | Backoff with jitter |
| 5xx server error | Yes | Retry 3-5 times |
| 4xx invalid_request | No | Fix payload first |
| insufficient_credits | No | Top up credits |
| Request Type | Max Retries | Backoff |
|---|---|---|
| Create/Start job | 3 | Exponential + jitter |
| Status polling | Unlimited until timeout window | Adaptive interval |
| Download/output fetch | 2-3 | Short linear or exponential |