feat: add rebuildable Redis candidate index

This commit is contained in:
Josh Creek
2026-09-01 09:01:32 +01:00
parent 414df530f0
commit eadaa7b54e
6 changed files with 259 additions and 3 deletions
+3 -1
View File
@@ -41,7 +41,9 @@ product policy are in [`docs/MATCHMAKING.md`](docs/MATCHMAKING.md).
and serializable store boundaries are implemented, including durable queue
create/heartbeat/cancel/recovery adapters; an opt-in pgx/Docker harness now
executes the migrations and real queue create/idempotency/ownership/recovery
path; proposal/result transactions and live Redis/cache-repair gates remain.
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.
- [ ] **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.