You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, I can only opt out of retrying by throwing an AbortError. It's not possible to opt in to retrying for the cases that p-retry does not deem to be retry-worthy.
I'll draft a PR so we have a base for discussion.
The text was updated successfully, but these errors were encountered:
Following the discussion on #43:
Currently, I can only opt out of retrying by throwing an
AbortError
. It's not possible to opt in to retrying for the cases thatp-retry
does not deem to be retry-worthy.I'll draft a PR so we have a base for discussion.
The text was updated successfully, but these errors were encountered: