Options governing connection retry behaviour.
Maximum number of retry attempts before giving up. Default: 5.
Initial delay in milliseconds before the first retry. Default: 1000.
Upper-bound delay in milliseconds. Default: 30_000.
Jitter factor (0-1) applied to each delay. Default: 0.25.
Options governing connection retry behaviour.