RecurringScheduledActionsRetryPolicy interface
Retry policy the scheduled action can pass
Properties
| on |
Action to take on failure |
| retry |
Retry count for the request |
| retry |
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