minBackoff

@JvmName(name = "piivtthcoaigppuc")
suspend fun minBackoff(value: Output<String>)
@JvmName(name = "ydhpiuuikghkiroq")
suspend fun minBackoff(value: String?)

Parameters

value

A task will be scheduled for retry between min_backoff and max_backoff duration after it fails, if the queue's RetryConfig specifies that the task should be retried. If unspecified when the queue is created, Cloud Tasks will pick the default. This field is output only for pull queues. min_backoff will be truncated to the nearest second. This field has the same meaning as min_backoff_seconds in queue.yaml/xml.