Haskell job queue with admin UI and loads of other features.
78
stars
173
commits
Haskell
primary language
Jul 3, 2026
updated
OddJobs.Job (Note: Please ensure you're reading docs for the correct version of the library)If you are already using, or considering using, odd-jobs in production, please read production usage-reports. It would be great if you could add your own usage-report to that discussion thread as well. We need more success stories of Haskell in production!
Please read the contribution guidelines
libpq-dev library (required for PostgreSQL dependency)stack build
Add the users to postgresql:
CREATE USER jobs_test WITH SUPERUSER PASSWORD 'jobs_test';
CREATE DATABASE jobs_test OWNER jobs_test;
Haskell
94.8%
CSS
3.6%
Nix
1.1%
Haskell job queue with admin UI and loads of other features.
78
stars
173
commits
Haskell
primary language
Jul 3, 2026
updated
OddJobs.Job (Note: Please ensure you're reading docs for the correct version of the library)If you are already using, or considering using, odd-jobs in production, please read production usage-reports. It would be great if you could add your own usage-report to that discussion thread as well. We need more success stories of Haskell in production!
Please read the contribution guidelines
libpq-dev library (required for PostgreSQL dependency)stack build
Add the users to postgresql:
CREATE USER jobs_test WITH SUPERUSER PASSWORD 'jobs_test';
CREATE DATABASE jobs_test OWNER jobs_test;
Haskell
94.8%
CSS
3.6%
Nix
1.1%