levans / odd-jobs

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

Home Page:https://www.haskelltutorials.com/odd-jobs/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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;

About

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

https://www.haskelltutorials.com/odd-jobs/

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Haskell 94.8%Language:CSS 3.6%Language:Nix 1.1%Language:JavaScript 0.4%Language:Shell 0.2%