All Projects → prateekbhatt → Node Job Queue

prateekbhatt / Node Job Queue

Licence: mit
Implementation of a nested asynchronous job queue in Node.js

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Node Job Queue

Fiber Job System
Multi-Threaded Job System using Fibers
Stars: ✭ 121 (+116.07%)
Mutual labels:  job-scheduler, job-queue
Resque
Resque is a Redis-backed Ruby library for creating background jobs, placing them on multiple queues, and processing them later.
Stars: ✭ 9,031 (+16026.79%)
Mutual labels:  job-scheduler, job-queue
Go Quartz
Simple, zero-dependency scheduling library for Go
Stars: ✭ 118 (+110.71%)
Mutual labels:  job-scheduler, job-queue
Bee Queue
A simple, fast, robust job/task queue for Node.js, backed by Redis.
Stars: ✭ 2,685 (+4694.64%)
Mutual labels:  job-scheduler, job-queue
agendash-v2
A modern, secure, and reliable dashboard for Agenda with search and pagination capabilities written in vue.js
Stars: ✭ 27 (-51.79%)
Mutual labels:  job-scheduler, job-queue
comrade-dev
Comrade is a job scheduler&manager service.
Stars: ✭ 69 (+23.21%)
Mutual labels:  job-scheduler, job-queue
orkid-node
Reliable and modern Redis Streams based task queue for Node.js 🤖
Stars: ✭ 61 (+8.93%)
Mutual labels:  job-scheduler, job-queue
yerbie
A blazing fast job queue built for ease of use and scalability
Stars: ✭ 16 (-71.43%)
Mutual labels:  job-scheduler, job-queue
Chronos
Fault tolerant job scheduler for Mesos which handles dependencies and ISO8601 based schedules
Stars: ✭ 4,303 (+7583.93%)
Mutual labels:  job-scheduler
Android Job
Android library to handle jobs in the background.
Stars: ✭ 5,378 (+9503.57%)
Mutual labels:  job-scheduler
Odin
A programmable, observable and distributed job orchestration system.
Stars: ✭ 405 (+623.21%)
Mutual labels:  job-scheduler
Quartznet
Quartz Enterprise Scheduler .NET
Stars: ✭ 4,825 (+8516.07%)
Mutual labels:  job-scheduler
Worker
High performance Node.js/PostgreSQL job queue (also suitable for getting jobs generated by PostgreSQL triggers/functions out into a different work queue)
Stars: ✭ 638 (+1039.29%)
Mutual labels:  job-queue
Openpbs
An HPC workload manager and job scheduler for desktops, clusters, and clouds.
Stars: ✭ 427 (+662.5%)
Mutual labels:  job-scheduler
Gen queue
Generic queues with adapter support for Elixir
Stars: ✭ 41 (-26.79%)
Mutual labels:  job-queue
Taskscheduler
Cross-platform, fiber-based, multi-threaded task scheduler designed for video games.
Stars: ✭ 402 (+617.86%)
Mutual labels:  job-scheduler
Kob
中心化的作业调度系统,定义了任务调度模型,实现了任务调度的统一管理和监控。
Stars: ✭ 393 (+601.79%)
Mutual labels:  job-scheduler
Jiacrontab
简单可信赖的任务管理工具
Stars: ✭ 1,052 (+1778.57%)
Mutual labels:  job-scheduler
Routine
go routine control, abstraction of the Main and some useful Executors.如果你不会管理Goroutine的话,用它
Stars: ✭ 40 (-28.57%)
Mutual labels:  job-scheduler
Que
Simple Job Processing in Elixir with Mnesia ⚡️
Stars: ✭ 612 (+992.86%)
Mutual labels:  job-queue

node-job-queue

Implementation of a nested asynchronous job queue in Node.js using Kue

Find the full tutorial on creating a simple job queue at medium.com/p/ffcfbc824b01

A redis-server must be running on your system.

Clone this repo:

git clone https://github.com/prateekbhatt/node-job-queue

Enter the root directory:

cd node-job-queue

Test a simple job queue

node simple-job-queue.js
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].