external_service
external_service copied to clipboard
How to avoid retrying runtime errors?
Hi. First of all thank you very much for this helpful tool.
I recently ran into the behavior of retrying upon runtime errors. Then I saw the documentation and thought that if I give []
to the rescue_only
option it would mean that I want to ignore retrying when an exception occurs. Isn't that the way to set it up? Or is it an issue with retry itself? Should I create an issue over there?
Thanks for the help.