2 Commits

Author SHA1 Message Date
65f31f28f6 fix(processor): recovery process can be ended in time when the watchdog received stop command. 2026-05-08 17:09:04 +08:00
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