odd-jobs: A full-featured PostgreSQL-backed job queue (with an admin UI)
This is a package candidate release! Here you can preview how this package release will appear once published to the main package index (which can be accomplished via the 'maintain' link below). Please note that once a package has been published to the main package index it cannot be undone! Please consult the package uploading documentation for more information.
Warnings:
- 'ghc-options: -main-is' is not portable.
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 (WIP).
Comes with utilities to help you built a CLI for your job-queue.
Highly configurable and monitorable
[Skip to Readme]
Properties
Versions | 0.1.0, 0.1.0, 0.2.0, 0.2.1, 0.2.2 |
---|---|
Change log | CHANGELOG.md |
Dependencies | aeson, base (>=4.7 && <5), bytestring, direct-daemonize, directory, either, fast-logger, filepath, foreign-store, friendly-time, hostname, lucid, monad-control, monad-logger, mtl, odd-jobs, optparse-applicative, postgresql-simple, resource-pool, safe, servant, servant-lucid, servant-server, string-conv, text, text-conversions, time, timing-convenience, unix, unliftio, unliftio-core, unordered-containers, warp [details] |
License | BSD-3-Clause |
Copyright | 2016-2020 Saurabh Nanda |
Author | Saurabh Nanda |
Maintainer | saurabhnanda@gmail.com |
Category | Web |
Home page | https://www.haskelltutorials.com/odd-jobs |
Bug tracker | https://github.com/saurabhnanda/odd-jobs/issues |
Uploaded | by saurabhnanda at 2020-04-28T09:08:44Z |
Modules
[Index] [Quick Jump]
Downloads
- odd-jobs-0.1.0.tar.gz [browse] (Cabal source package)
- Package description (as included in the package)
Maintainer's Corner
Package maintainers
For package maintainers and hackage trustees