@hackage keiro-pgmq0.4.0.1
PostgreSQL job-queue (PGMQ) integration for Keiro
Categories
License
BSD-3-Clause
Maintainer
nadeem@gmail.com
Links
Versions
- 0.4.0.1 Wed, 29 Jul 2026
Installation
Tested Compilers
Dependencies (16)
- aeson >=2.2 && <2.3
- base >=4.21 && <5
- effectful-core >=2.6 && <2.7
- hasql >=1.10 && <1.11
- hasql-pool >=1.2 && <1.5
- hs-opentelemetry-api >=1.0 && <1.1 Show all…
Dependents (1)
@hackage/keiro-dsl
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.