maxBackoff

@JvmName(name = "vkcjhamdmxwnxrbg")
suspend fun maxBackoff(value: Output<String>)
@JvmName(name = "cwjjgwsoieosgbsu")
suspend fun maxBackoff(value: String?)

Parameters

value

A task will be scheduled for retry between minBackoff and maxBackoff duration after it fails, if the queue's RetryConfig specifies that the task should be retried.