feat(cloud-api): compose control plane services

This commit is contained in:
2026-07-12 18:21:57 +08:00
parent 09cfe54dd9
commit bd261e4992
3 changed files with 102 additions and 4 deletions
@@ -43,7 +43,7 @@
## 6. Cloud Control Plane Composition
- [ ] 6.1 Compose repository, pool, scheduler, plugin registry, public router, internal router, and auth providers in the cloud app factory.
- [x] 6.1 Compose repository, pool, scheduler, plugin registry, public router, internal router, and auth providers in the cloud app factory.
- [ ] 6.2 Implement FastAPI lifespan startup/shutdown for configuration validation, database checks, scheduler loop, and lease-reaper loop.
- [ ] 6.3 Ensure lifecycle iteration failures are logged and retried without terminating later iterations.
- [ ] 6.4 Add `/health/live` and `/health/ready` with separate process, database/schema, and worker-state semantics.