Schema
RetryPolicy
Retry policy configuration.
| Field | Type | Description |
|---|---|---|
max_attempts | integer | — |
backoff | "constant" | "linear" | "exponential" | Retry backoff strategies.constantlinearexponential |
initial_delay | string | — |
max_delay | string | — |
multiplier | number | — |
jitter | boolean | — |
retryable_errors | string[] | — |
non_retryable_errors | string[] | — |