mirror of
https://github.com/jcreek/CosmicClash.git
synced 2026-09-11 00:14:00 +00:00
feat: persist queue probe metadata
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
-- Persist only server-derived placement metadata alongside queue ownership.
|
||||
-- Redis remains a rebuildable index; this JSON projection is durable source
|
||||
-- data and may be empty until the authenticated probe completes.
|
||||
ALTER TABLE queue_tickets
|
||||
ADD COLUMN predicted_rtt JSONB NOT NULL DEFAULT '{}'::jsonb;
|
||||
Reference in New Issue
Block a user