RetryPolicy interface
The retry policy for the user request
Properties
| on |
Action to take on failure |
| retry |
Retry count for user request |
| retry |
Retry window in minutes for user request |
Property Details
onFailureAction
Action to take on failure
onFailureAction?: string
Property Value
string
retryCount
Retry count for user request
retryCount?: number
Property Value
number
retryWindowInMinutes
Retry window in minutes for user request
retryWindowInMinutes?: number
Property Value
number