cats-retry
cats-retry copied to clipboard
Give RetryPolicy access to failure/error
We have use case where we want to retry some errors immediately, other errors cause a regular exponential backoff.
Is there currently a way to do this with cats-retry? If not, could this feature be added?