Protected InternalRetries failed actions with exponential backoff
The action parameters containing:
Result of the successful action or final failure
Executes the action with the provided parameters.
The action execution parameters including context
Promise resolving to the action result
Private delayPrivate getGet boolean parameter with default
Private getGet numeric parameter with default
Private getGet parameter value by name (case-insensitive)
Private shouldCheck if error should be retried
Optional retryOn: string[]Optional giveUpOn: string[]
Action that retries failed actions with exponential backoff
Example