RetryContext interface
Properties
exception | Exception that caused the retry |
max |
Max retry count is the maximum number of times an execution is retried before eventual failure. A value of -1 means to retry indefinitely. |
retry |
Current retry count of the function executions. |
Property Details
exception
maxRetryCount
Max retry count is the maximum number of times an execution is retried before eventual failure. A value of -1 means to retry indefinitely.
maxRetryCount: number
Property Value
number
retryCount
Current retry count of the function executions.
retryCount: number
Property Value
number