Is your enhancement request related to a problem? Please describe.
TODO: handle all errors in codebase. Do this with the following methods:
- Catch the error,
logger.error it, add metrics if it makes sense without making the mistake of logging and catching the same error at dependent code.
Describe the solution you'd like
Describe alternatives you've considered
Additional context
Possible solutions (with action steps)
Resources