From 4c131db2cae2c8ffab9ad37b0b274bd81058edcb Mon Sep 17 00:00:00 2001 From: Josh Creek <8179928+jcreek@users.noreply.github.com> Date: Mon, 31 Aug 2026 22:11:06 +0100 Subject: [PATCH] docs: track durable queue adapters --- multiplayer-next.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/multiplayer-next.md b/multiplayer-next.md index 4d799c9c..a268b296 100644 --- a/multiplayer-next.md +++ b/multiplayer-next.md @@ -38,7 +38,8 @@ product policy are in [`docs/MATCHMAKING.md`](docs/MATCHMAKING.md). - [ ] **IN PROGRESS:** Add PostgreSQL queue ownership/active-participation fences, durable domain migrations/outbox and Redis indexes/TTLs; lost Redis 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` flags whose defaults reproduce the community-server path. Allocation manifest validation now covers client build and future expiry; signed admission remains.