Quick Start
Retry Configuration
| Option | Type | Default | Description |
|---|---|---|---|
max_retries | usize | 3 | Maximum retry attempts |
retry_delay_ms | u64 | 1000 | Delay between retries |
retry_backoff | f64 | 2.0 | Exponential backoff |
Automatic retry on failures
| Option | Type | Default | Description |
|---|---|---|---|
max_retries | usize | 3 | Maximum retry attempts |
retry_delay_ms | u64 | 1000 | Delay between retries |
retry_backoff | f64 | 2.0 | Exponential backoff |