retryConfig

@JvmName(name = "tpdndicmeqccrqfu")
suspend fun retryConfig(value: Output<JobRetryConfigArgs>)
@JvmName(name = "ltbixmlocvqfaqrr")
suspend fun retryConfig(value: JobRetryConfigArgs?)

Parameters

value

By default, if a job does not complete successfully, meaning that an acknowledgement is not received from the handler, then it will be retried with exponential backoff according to the settings Structure is documented below.


@JvmName(name = "lwgddenttgusqffu")
suspend fun retryConfig(argument: suspend JobRetryConfigArgsBuilder.() -> Unit)

Parameters

argument

By default, if a job does not complete successfully, meaning that an acknowledgement is not received from the handler, then it will be retried with exponential backoff according to the settings Structure is documented below.