feat: repair Redis candidates from durable source

This commit is contained in:
Josh Creek
2026-09-01 09:02:55 +01:00
parent eadaa7b54e
commit c8a542a3af
4 changed files with 106 additions and 11 deletions
+3 -2
View File
@@ -42,8 +42,9 @@ product policy are in [`docs/MATCHMAKING.md`](docs/MATCHMAKING.md).
create/heartbeat/cancel/recovery adapters; an opt-in pgx/Docker harness now
executes the migrations and real queue create/idempotency/ownership/recovery
path, and a TTL-bound Redis candidate index now supports atomic rebuild,
snapshot and removal; proposal/result transactions and live Redis
restart/failover gates remain.
snapshot and removal with durable-source repair on partial/malformed cache
state; proposal/result transactions and live Redis restart/failover gates
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; signed admission remains.