[SLOP(claude-opus-4-8-high)] feat(ups): table-backed postgres transport with coalesced doorbell#5335
Conversation
…rt with coalesced doorbell
Code Review: Table-backed Postgres Transport with Coalesced DoorbellThe architectural direction here is solid. Moving broadcast payloads from NOTIFY (8KB cap, transient) to a table (unbounded, poll-backstopped) eliminates the base64 encoding workaround, removes the per-subject LISTEN proliferation, and makes delivery correctness independent of whether a NOTIFY arrives. Good change overall. A few issues worth addressing: Bug:
|
No description provided.