RecurringScheduledActionsRetryPolicy interface

Retry policy the scheduled action can pass

Properties

onFailureAction

Action to take on failure

retryCount

Retry count for the request

retryWindowInMinutes

Retry window in minutes for the request

Property Details

onFailureAction

Action to take on failure

onFailureAction?: string

Property Value

string

retryCount

Retry count for the request

retryCount?: number

Property Value

number

retryWindowInMinutes

Retry window in minutes for the request

retryWindowInMinutes?: number

Property Value

number