saurabhnanda/odd-jobs

Haskell job queue with admin UI and loads of other features.

78

stars

173

commits

Haskell

primary language

Jul 3, 2026

updated

www.haskelltutorials.com/odd-jobs/
hacktoberfest
haskell
job-queue
odd-jobs

README

GitHub CI

Introduction

odd-jobs in production?

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!

Contributing

Please read the contribution guidelines

Development

Prerequisites

Build

stack build

Running tests

Add the users to postgresql:

CREATE USER jobs_test WITH SUPERUSER PASSWORD 'jobs_test';
CREATE DATABASE jobs_test OWNER jobs_test;

Contributors

saurabhnanda

83 commits

philderbeast

37 commits

jappeace

23 commits

ivb-supercede

13 commits

saurabhnanda/odd-jobs

Haskell job queue with admin UI and loads of other features.

78

stars

173

commits

Haskell

primary language

Jul 3, 2026

updated

www.haskelltutorials.com/odd-jobs/
hacktoberfest
haskell
job-queue
odd-jobs

README

GitHub CI

Introduction

odd-jobs in production?

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!

Contributing

Please read the contribution guidelines

Development

Prerequisites

Build

stack build

Running tests

Add the users to postgresql:

CREATE USER jobs_test WITH SUPERUSER PASSWORD 'jobs_test';
CREATE DATABASE jobs_test OWNER jobs_test;

Contributors

saurabhnanda

83 commits

philderbeast

37 commits

jappeace

23 commits

ivb-supercede

13 commits

Languages

Haskell

94.8%

CSS

3.6%

Nix

1.1%