OptionalexponentOptionalinitialThe initial, first delay of the backoff, in milliseconds. Defaults to 128ms.
OptionalmaxMaximum delay, in milliseconds. Defaults to 30s.
OptionalretryDefault: true
OptionalretryRetry 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?
OptionalretryDefault: [408, 420, 429, 500, 502, 503, 504]
OptionalretryDefault: true
Backoff exponent. Defaults to 2.