exponentiationFactor 
  Exponential backoff multiplier used to compute the next retry delay.
For attempt n, the next delay is roughly previousDelay *
exponentiationFactor, capped by maxInterval if set.
Exponential backoff multiplier used to compute the next retry delay.
For attempt n, the next delay is roughly previousDelay *
exponentiationFactor, capped by maxInterval if set.