ScheduleTargetRetryPolicy

data class ScheduleTargetRetryPolicy(val maximumEventAgeInSeconds: Int? = null, val maximumRetryAttempts: Int? = null)

Constructors

Link copied to clipboard
constructor(maximumEventAgeInSeconds: Int? = null, maximumRetryAttempts: Int? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Maximum amount of time, in seconds, to continue to make retry attempts. Ranges from 60 to 86400 (default).

Link copied to clipboard

Maximum number of retry attempts to make before the request fails. Ranges from 0 to 185 (default).