Maximum number of retry attempts (default: 3)
Initial delay in ms (default: 1000)
Optional maxMaximum delay in ms (default: 30000)
Backoff strategy (default: 'exponential')
Optional shouldCustom retry condition - return true to retry, false to stop
Optional onCallback invoked before each retry attempt
Configuration for retry behavior
Example