Skip to content

hetchr/odd-jobs

 
 

Repository files navigation

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.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Haskell 95.0%
  • CSS 4.4%
  • Other 0.6%