ScheduledActionsRetryPolicy interface
Retry settings for a scheduled action operation.
Properties
| on |
The resource operation to retry after a failure. |
| retry |
The maximum number of retry attempts. |
| retry |
The time window, in minutes, during which retries can occur. |
Property Details
onFailureAction
The resource operation to retry after a failure.
onFailureAction?: string
Property Value
string
retryCount
The maximum number of retry attempts.
retryCount?: number
Property Value
number
retryWindowInMinutes
The time window, in minutes, during which retries can occur.
retryWindowInMinutes?: number
Property Value
number