Optional
exponentOptional
initialThe initial, first delay of the backoff, in milliseconds. Defaults to 128ms.
Optional
maxMaximum delay, in milliseconds. Defaults to 30s.
Optional
retryDefault: true
Optional
retryRetry POST requests? Note that in general POSTs are not expected to be idempotent and therefore not safe to retry. Default: false; TODO: allow for a callback too?
Optional
retryDefault: [408, 420, 429, 500, 502, 503, 504]
Optional
retryDefault: true
Backoff exponent. Defaults to 2.