Configuration options for the retry middleware
Optional
Custom delay strategy function
Exponential backoff starting at 100ms Copy
Exponential backoff starting at 100ms
Maximum number of retry attempts (default: 3)
Callback to determine if retry should stop based on error
() => false (retry all errors) Copy
() => false (retry all errors)
Configuration options for the retry middleware