We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Currently, adaptive options are not respected on an exception.
This prevents application code from performing dynamic fail-safe logic based on the exception that was thrown (#275 )
I have provided a PR with tests that were broken until illustrating the behavior (#276)
Adaptive options are now respected on error, allowing for dynamic fail-safe enablement
I've encountered this issue on:
The text was updated successfully, but these errors were encountered:
Hi @cmeyertons , thanks for pointing out this edge case. I just reviewed + merged your PR, thanks a lot!
Sorry, something went wrong.
Hi all, v1.3.0 is out 🥳
jodydonetti
No branches or pull requests
Describe the bug
Currently, adaptive options are not respected on an exception.
This prevents application code from performing dynamic fail-safe logic based on the exception that was thrown (#275 )
To Reproduce
I have provided a PR with tests that were broken until illustrating the behavior (#276)
Expected behavior
Adaptive options are now respected on error, allowing for dynamic fail-safe enablement
Versions
I've encountered this issue on:
The text was updated successfully, but these errors were encountered: