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?
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-fnwould be useful.Thoughts?