Many functions return an error code but the error is not yet logged or handled
Opened this issue · 1 comments
ac2cz commented
These errors are all marked with TODO tags in the code. They need to be analyzed and categorized as follows:
- Ignore. Print DEGUB message during development
- Log error in a structure that will end up in telemetry, otherwise carry on
- Retry the function and log the error in telemetry
- Consider fatal and restart the processor