RetryPolicy

constructor(maxAttempts: Int = 3, initialDelayMs: Long = 1000, maxDelayMs: Long = 16000, backoffMultiplier: Double = 2.0)