GetJobDefinitionRetryStrategy

data class GetJobDefinitionRetryStrategy(val attempts: Int, val evaluateOnExits: List<Any>)

Constructors

Link copied to clipboard
fun GetJobDefinitionRetryStrategy(attempts: Int, evaluateOnExits: List<Any>)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The number of times to move a job to the RUNNABLE status.

Link copied to clipboard

Array of up to 5 objects that specify the conditions where jobs are retried or failed.