feat(dcrouter): add service manager lifecycle orchestration and health-based ops status reporting

This commit is contained in:
2026-03-20 15:35:10 +00:00
parent b62bad3616
commit 2cf362020f
8 changed files with 354 additions and 196 deletions

View File

@@ -1,5 +1,12 @@
# Changelog
## 2026-03-20 - 11.9.0 - feat(dcrouter)
add service manager lifecycle orchestration and health-based ops status reporting
- register dcrouter components with a taskbuffer ServiceManager using dependencies, retries, and critical/optional service roles
- update ops stats health output to reflect aggregated service manager state and per-service error or retry details
- add @push.rocks/taskbuffer to shared plugins and project dependencies for service lifecycle management
## 2026-03-20 - 11.8.11 - fix(deps)
bump @push.rocks/smartproxy to ^25.17.10