FixedDelay

fun FixedDelay(retries: Int, delay: Duration, delayInitially: Boolean = true): RetryStrategy

Retry retries times with a fixed delay, applied since the first retry by default.