-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Currently, the monitor in the repository does not handle errors gracefully, which can lead to complete crashes when unexpected conditions occur. Proper error handling in the monitor is required to ensure that errors are caught and managed without causing the monitor to crash.
Acceptance Criteria:
- Identify areas in the monitor code where unhandled exceptions or errors can occur.
- Implement appropriate error-handling mechanisms around risky operations.
- Log errors for debugging purposes without terminating the entire monitor process.
- Add tests to verify that the monitor continues running even when errors are encountered.
This will improve the reliability of the monitor.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working