OptionalonExecutionAttempt?: OnExecutionAttempt<TParameters>Callback Invokable that will be called before execution attempt.
OptionalonRetryDelay?: OnRetryDelay<TParameters>Callback Invokable that will be called before the retry delay starts.
Lifecycle callbacks for the
retrymiddleware. Invoked at key points during retry attempts: before execution and before the delay.IMPORT_PATH:
"@daiso-tech/core/resilience"