Is it a good idea to add a beforeRetry callback to the retry operator? #7490
tbontb-iaq
started this conversation in
Ideas / Feature request
Replies: 1 comment
-
I can think of two ways to do this :
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Add a
beforeRetry
property inRetryConfig
:Pass captured error to the callback before each retry, which can be used to record error info, etc.
Beta Was this translation helpful? Give feedback.
All reactions