Skip to content

Possibility to tell which error to retry in ErrorStatusHandler #975

New issue

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

Closed
csviri opened this issue Feb 28, 2022 · 0 comments · Fixed by #1033
Closed

Possibility to tell which error to retry in ErrorStatusHandler #975

csviri opened this issue Feb 28, 2022 · 0 comments · Fixed by #1033

Comments

@csviri
Copy link
Collaborator

csviri commented Feb 28, 2022

Currently all exceptions are retried. It could be a possibility to have users decided if an exception makes sense to retry, or in other words rather not to retry certain exceptions (usually which are related to the domain logic).

An another detail of this is that only runtime exceptions are supported now, it might be an idea to extend it to any Exception.

@csviri csviri added feature needs-discussion Issue needs to be discussed more before working on it error-handling labels Feb 28, 2022
@csviri csviri self-assigned this Mar 14, 2022
@csviri csviri added api-changes-epic and removed needs-discussion Issue needs to be discussed more before working on it labels Mar 15, 2022
@csviri csviri linked a pull request Mar 15, 2022 that will close this issue
@csviri csviri closed this as completed Mar 15, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant