@pwngh/economy-lab
    Preparing search index...

    Function relayOutbox

    • Delivers a batch of pending outbox events — each written in the same DB transaction as the money move it describes.

      Delivery can happen more than once (delivery succeeded but marking done did not), so the receiver must drop duplicates by event id.

      Parameters

      Returns Promise<RelaySummary>

      Background worker for outbox relay run semantics and retries.