Const
The initial interval (in seconds) before the first retry attempt. The retry formula is: initialInterval * backoffCoefficient^retryCount, clamped by maximumInterval.
1 Copy
1
The initial interval (in seconds) before the first retry attempt. The retry formula is: initialInterval * backoffCoefficient^retryCount, clamped by maximumInterval.