@hackage jobqueue0.1.5
A job queue library
Categories
License
MIT
Maintainer
kiyoshi.ikehara at gree.net
Links
Versions
Installation
Dependencies (24)
- HDBC
- HDBC-sqlite3
- aeson
- attoparsec
- base >=4 && <5
- bytestring Show all…
Dependents (1)
@hackage/acme-everything
Haskell JobQueue is a library used for building a job scheduler with priority queues. The state of jobs is stored in a backend database such as Apache Zookeeper or other highly reliable message queue systems.