@hackage odd-jobs0.2.2

A full-featured PostgreSQL-backed job queue (with an admin UI)

  • Background jobs library for Haskell.

  • Extracted from production code at Vacation Labs.

  • Inspired by the Delayed Jobs library in Rails.

  • Queue backend is a Postgres table.

  • Queue is monitored using, both, LISTEN/NOTIFY and polling the DB.

  • Comes with an in-built admin UI.

  • Comes with utilities to help you built a CLI for your job-queue.

  • Highly configurable and monitorable