Skip to content
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

[FEATURE] improve error handler to distinguish between different kind of exceptions #312

Closed
smartinsempere opened this issue Oct 5, 2022 · 0 comments

Comments

@smartinsempere
Copy link
Contributor

Description

With current version every application exception will become on a response status code 500, internal server error. Responses with status code 500 forces alertmanager to retry request and this is not always required.

Solution

We are going to handle exceptions in a different way depending on its type.

smartinsempere added a commit that referenced this issue Oct 5, 2022
#312 update error handler to handle different type of exceptions
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants