TriggerTumblingWindowRetry

data class TriggerTumblingWindowRetry(val count: Int, val interval: Int? = null)

Constructors

Link copied to clipboard
constructor(count: Int, interval: Int? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val count: Int

The maximum retry attempts if the pipeline run failed.

Link copied to clipboard
val interval: Int? = null

The Interval in seconds between each retry if the pipeline run failed. Defaults to 30.