Commit Graph
3 Commits
Author SHA1 Message Date
NanamiAdmin de5c7f7eda refactor(processor): replace error message formatting with errors.New for better error handling 2026-05-21 23:05:07 +08:00
NanamiAdmin 65f31f28f6 fix(processor): recovery process can be ended in time when the watchdog received stop command. 2026-05-08 17:09:04 +08:00
NanamiAdmin 3ce076b8dc feat(errorHandle): add service error handling and recovery logic
Implement error handling mechanism with retry logic for failed services. Includes:
- ServiceControl struct to track service state
- HandleErrorProcess function to attempt service restarts
- Integration with monitor to automatically recover services
- Enhanced exception handling with status checks and monitoring restart
2026-04-29 12:11:25 +08:00