RetryStrategy

constructor(maxRetries: Int = 3, base: Double = 2.0, maxDelay: Duration = 60.seconds)

Parameters

maxRetries

the maximum amount of retries to perform for a request

base

retry base value

maxDelay

max retry delay