-
-
Notifications
You must be signed in to change notification settings - Fork 74
Closed
Labels
Description
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 that p-retry
does not deem to be retry-worthy.
I'll draft a PR so we have a base for discussion.