Configuration for automatic retry with exponential backoff on transient errors.
Maximum number of retries on 429/5xx responses (default: 3)
Optional
Optional callback for debug logging of retry attempts
Base delay in milliseconds for exponential backoff (default: 1000)
Configuration for automatic retry with exponential backoff on transient errors.