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.
Optional
Background worker for outbox relay run semantics and retries.
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.