concurrencyPolicy

@JvmName(name = "sqsorwwogtgducvr")
suspend fun concurrencyPolicy(value: Output<String>)
@JvmName(name = "ulcxlrtudsmjuiab")
suspend fun concurrencyPolicy(value: String?)

Parameters

value

Specifies how to treat concurrent executions of a Job. Valid values are: - "Allow" (default): allows CronJobs to run concurrently; - "Forbid": forbids concurrent runs, skipping next run if previous run hasn't finished yet; - "Replace": cancels currently running job and replaces it with a new one