All Projects → saurabhnanda → odd-jobs

saurabhnanda / odd-jobs

Licence: BSD-3-Clause license
Haskell job queue with admin UI and loads of other features.

Programming Languages

haskell
3896 projects
CSS
56736 projects

Projects that are alternatives of or similar to odd-jobs

Exq
Job processing library for Elixir - compatible with Resque / Sidekiq
Stars: ✭ 1,218 (+2155.56%)
Mutual labels:  job-queue
Minion
🐙 Perl job queue
Stars: ✭ 177 (+227.78%)
Mutual labels:  job-queue
Lumpik
[experimental] Lumpik is a job queue system for general purpose.
Stars: ✭ 21 (-61.11%)
Mutual labels:  job-queue
Django Rq
A simple app that provides django integration for RQ (Redis Queue)
Stars: ✭ 1,361 (+2420.37%)
Mutual labels:  job-queue
Bull
Premium Queue package for handling distributed jobs and messages in NodeJS.
Stars: ✭ 11,748 (+21655.56%)
Mutual labels:  job-queue
Redis Smq
A simple high-performance Redis message queue for Node.js.
Stars: ✭ 230 (+325.93%)
Mutual labels:  job-queue
Starter
Opinionated SaaS quick-start with pre-built user account and organization system for full-stack application development in React, Node.js, GraphQL and PostgreSQL. Powered by PostGraphile, TypeScript, Apollo Client, Graphile Worker, Graphile Migrate, GraphQL Code Generator, Ant Design and Next.js
Stars: ✭ 1,082 (+1903.7%)
Mutual labels:  job-queue
laravel-logger
📝 Laravel 日志的扩展,更规范,更快速,更有效。
Stars: ✭ 21 (-61.11%)
Mutual labels:  job-queue
Enqueue Dev
Message Queue, Job Queue, Broadcasting, WebSockets packages for PHP, Symfony, Laravel, Magento. DEVELOPMENT REPOSITORY - provided by Forma-Pro
Stars: ✭ 1,977 (+3561.11%)
Mutual labels:  job-queue
mysqly
Full-featured opensource small-overhead PHP data framework for Mysql built for fast and efficient development
Stars: ✭ 18 (-66.67%)
Mutual labels:  job-queue
Kue
Kue is a priority job queue backed by redis, built for node.js.
Stars: ✭ 9,316 (+17151.85%)
Mutual labels:  job-queue
Fiber Job System
Multi-Threaded Job System using Fibers
Stars: ✭ 121 (+124.07%)
Mutual labels:  job-queue
Enqueue Bundle
[READ-ONLY] Message queue bundle for Symfony. RabbitMQ, Amazon SQS, Redis, Service bus, Async events, RPC over MQ and a lot more
Stars: ✭ 233 (+331.48%)
Mutual labels:  job-queue
Microwork
Microwork - simple creation of distributed scalable microservices in node.js with RabbitMQ
Stars: ✭ 97 (+79.63%)
Mutual labels:  job-queue
agendash-v2
A modern, secure, and reliable dashboard for Agenda with search and pagination capabilities written in vue.js
Stars: ✭ 27 (-50%)
Mutual labels:  job-queue
Qutee
PHP Background Jobs (Tasks) Manager
Stars: ✭ 63 (+16.67%)
Mutual labels:  job-queue
Bee Queue
A simple, fast, robust job/task queue for Node.js, backed by Redis.
Stars: ✭ 2,685 (+4872.22%)
Mutual labels:  job-queue
rqmonitor
Flask based more dynamic and actionable frontend dashboard for monitoring Redis Queue 👩🏿‍💻 http://python-rq.org
Stars: ✭ 152 (+181.48%)
Mutual labels:  job-queue
orkid-node
Reliable and modern Redis Streams based task queue for Node.js 🤖
Stars: ✭ 61 (+12.96%)
Mutual labels:  job-queue
arena
An interactive UI dashboard for Bee, Bull and BullMQ packages
Stars: ✭ 755 (+1298.15%)
Mutual labels:  job-queue

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;
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].