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;