PipeBatchRetryStrategy

data class PipeBatchRetryStrategy(val attempts: Int? = null)

Constructors

Link copied to clipboard
constructor(attempts: Int? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val attempts: Int? = null

The number of times to move a job to the RUNNABLE status. If the value of attempts is greater than one, the job is retried on failure the same number of attempts as the value.