RetryStrategy

constructor(maxRetries: Int = 3, base: Double = 2.0, maxDelay: <Error class: unknown class> = 60.seconds)

Parameters

maxRetries

the maximum amount of retries to perform for a request

base

retry base value

maxDelay

max retry delay