Expand description
Postgres-backed QueueStore implementation (feature-gated).
Postgres / Redis-backed implementations of QueueStore and Notifier.
Enabled by the pg feature (on by default). The SQL schema this store
targets is published in the mailrs repo (scripts/init-schema.sql —
tables outbound_queue and suppression_list).
Structs§
- PgQueue
Store QueueStorebacked by asqlx::PgPoolagainst the mailrs schema.- Redis
Notifier - Redis pub/sub-backed
Notifierusing thequeue:notifychannel.