slok / goresilience

A library to improve the resilience of Go applications in an easy and flexible way
https://medium.com/@slok/goresilience-a-go-library-to-improve-applications-resiliency-14d229aee385
Apache License 2.0
179 stars 24 forks source link

FR: a way to return an error that should not be retried #38

Open ajeetdsouza opened 1 year ago

ajeetdsouza commented 1 year ago
tzachshabtay commented 1 year ago

Note that you can do that with reinforcer (a utility that generates go-resilience code), the readme has an example for exactly that.