Companion
object Companion
Defaults
Functions
Link copied to clipboard
fun ExponentialDelay(retries: Int, delay: Duration, exponent: Double = 2.0, delayInitially: Boolean = true): RetryStrategy
Retry with exponential increase, by default, applied with since the first retry, and then *2, *4, *8...
Link copied to clipboard
Link copied to clipboard
Retry retries times immediately with no delay.
Link copied to clipboard
Retry infinitely until store is closed or succeeded.
Link copied to clipboard
Retry once with a delay that is 0 by default.