JobTemplateRetryCriteria

data class JobTemplateRetryCriteria(val failureType: JobTemplateJobRetryFailureType? = null, val numberOfRetries: Int? = null)

Specifies how many times a failure type should be retried.

Constructors

Link copied to clipboard
constructor(failureType: JobTemplateJobRetryFailureType? = null, numberOfRetries: Int? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The type of job execution failures that can initiate a job retry.

Link copied to clipboard
val numberOfRetries: Int? = null

The number of retries allowed for a failure type for the job.