RetryFlowDelayConfig
data class RetryFlowDelayConfig(val scheduleBase: Duration = 100.milliseconds, val scheduleFactor: Double = 2.0, val scheduleLimit: Duration = 5.minutes, val scheduleJitter: ClosedRange<Double> = 0.9..1.1)
Constructors
Link copied to clipboard
constructor(scheduleBase: Duration = 100.milliseconds, scheduleFactor: Double = 2.0, scheduleLimit: Duration = 5.minutes, scheduleJitter: ClosedRange<Double> = 0.9..1.1)