Optional
backoffExponential backoff factor.
Optional
initialInitial retry delay in milliseconds.
Optional
jitterAdd random jitter to retry delays to prevent thundering herd.
Optional
maxMaximum retry delay in milliseconds.
Optional
maxMaximum number of retry attempts.
Optional
retryWhich errors should trigger a retry. Return true to retry, false to fail immediately.
Retry configuration for network transports.