docs: track durable queue adapters

This commit is contained in:
Josh Creek
2026-08-31 22:11:06 +01:00
parent 948d603c0e
commit 4c131db2ca
+2 -1
View File
@@ -38,7 +38,8 @@ product policy are in [`docs/MATCHMAKING.md`](docs/MATCHMAKING.md).
- [ ] **IN PROGRESS:** Add PostgreSQL queue ownership/active-participation - [ ] **IN PROGRESS:** Add PostgreSQL queue ownership/active-participation
fences, durable domain migrations/outbox and Redis indexes/TTLs; lost Redis fences, durable domain migrations/outbox and Redis indexes/TTLs; lost Redis
writes must not split a proposal or corrupt durable state. Initial migration writes must not split a proposal or corrupt durable state. Initial migration
and serializable store boundaries are implemented; live DB/cache repair gates remain. and serializable store boundaries are implemented, including durable queue
create/heartbeat/cancel/recovery adapters; live DB/cache repair gates remain.
- [ ] **IN PROGRESS:** Define assignment compatibility and opt-in `ServerConfig` - [ ] **IN PROGRESS:** Define assignment compatibility and opt-in `ServerConfig`
flags whose defaults reproduce the community-server path. Allocation manifest flags whose defaults reproduce the community-server path. Allocation manifest
validation now covers client build and future expiry; signed admission remains. validation now covers client build and future expiry; signed admission remains.