@hackage keiro-pgmq0.4.0.1

PostgreSQL job-queue (PGMQ) integration for Keiro

A typed background-job queue for Keiro applications on top of PGMQ (the PostgreSQL-native message queue) and shibuya (a Broadway-style worker framework). Declare a Job value bundling a queue, a payload codec, and a retry/dead-letter policy, then write a plain domain handler of type p -> Eff es JobOutcome.