feat: persist queue probe metadata

This commit is contained in:
Josh Creek
2026-09-01 09:37:47 +01:00
parent e170bcf0ef
commit 25cc182793
6 changed files with 64 additions and 24 deletions
@@ -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;