Skip to main content

Module dispatch

Module dispatch 

Source
Expand description

SQLite dialect-forked queries for outbox writes + broadcast wakeup drains (RFC-023 §4.2).

The outbox rows are the durable record of each dispatch event; the broadcast channel is the wakeup. Subscribers catch up via event_id > cursor reads on these tables.