@hackage / keiro-pgmq

PostgreSQL job-queue (PGMQ) integration for Keiro

Latest0.3.0.0

About

Metadata

  • Last updated , by shinzui
  • License BSD-3-Clause
  • Maintained by: nadeem@gmail.com

  • Lottery factor: 1

Links

Installation

Tested Compilers

  1. 9.12.2
  2. 9.12.1

Readme

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.