perseverance
perseverance copied to clipboard
Ability to setup state for the next retry
An example use case for this would be being able to refresh an API auth token before making the API call again. Retrying the API call without doing some setup would never work. I think a feature to provide something like a :pre-retry-setup-fn would be useful.
Thoughts?