maxBackoff

@JvmName(name = "aijtcfdppfyxmsem")
suspend fun maxBackoff(value: Output<String>)
@JvmName(name = "lloqllauqobfgrky")
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.