docs(multiplayer): correct outbox ownership

This commit is contained in:
Josh Creek
2026-09-03 21:15:52 +01:00
parent 6632cdace7
commit f50264dae6
+1 -1
View File
@@ -98,7 +98,7 @@ roles rather than independently designed microservices:
| Role | Responsibility |
| --- | --- |
| API | HTTPS/WebSocket auth, profile, queue commands, status resync |
| API | HTTPS/WebSocket auth, profile, queue commands, status resync, transactional-outbox fan-out |
| Matcher | Atomic proposal formation from queue state |
| Allocator | Agones allocation, server registration, assignment delivery |
| Maintenance worker | Season rollover, initial-connect/no-show expiry, live reconnect-abandonment reconciliation, and other durable lifecycle recovery |