RuleBatchRetryStrategy

data class RuleBatchRetryStrategy(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 attempt to retry, if the job fails. Valid values are 1–10.