feat: add runnable control-plane API role

This commit is contained in:
Josh Creek
2026-09-01 09:24:05 +01:00
parent 18888ed520
commit fe9f6f3cb5
4 changed files with 100 additions and 1 deletions
+6
View File
@@ -46,6 +46,12 @@ product policy are in [`docs/MATCHMAKING.md`](docs/MATCHMAKING.md).
snapshot and removal with durable-source repair on partial/malformed cache
state; proposal/result transactions and live Redis restart/failover gates
remain.
- [ ] **IN PROGRESS:** Run the Go control plane against PostgreSQL/Redis with
independently runnable API, matcher, allocator and maintenance roles. The
`cmd/control-plane` API role now opens PostgreSQL, applies migrations, wires
authenticated durable queue/proposal/assignment/session adapters, and shuts
down gracefully; worker roles, Redis worker wiring and live service checks
remain.
- [ ] **IN PROGRESS:** Define assignment compatibility and opt-in `ServerConfig`
flags whose defaults reproduce the community-server path. Allocation manifest
validation now covers client build and future expiry; allocated servers now