maxAttempts

@JvmName(name = "inppehcsjipjnfxy")
suspend fun maxAttempts(value: Output<Int>)
@JvmName(name = "hwbgdbrcrtcvmoqq")
suspend fun maxAttempts(value: Int?)

Parameters

value

Number of attempts per task. Cloud Tasks will attempt the task maxAttempts times (that is, if the first attempt fails, then there will be maxAttempts - 1 retries). Must be >= -1. If unspecified when the queue is created, Cloud Tasks will pick the default. -1 indicates unlimited attempts.