RetryStrategy
class RetryStrategy(val maxRetries: Int = 3, val base: Double = 2.0, val maxDelay: Duration = 60.seconds)
Specifies the retry strategy
Parameters
maxRetries
the maximum amount of retries to perform for a request
base
retry base value
maxDelay
max retry delay