bee-queue
Job scheduler
A simple job/task queue for Node.js using Redis
A simple, fast, robust job/task queue for Node.js, backed by Redis.
4k stars
34 watching
219 forks
Language: JavaScript
last commit: about 1 month ago
Linked from 1 awesome list
bee-queuejob-queuejob-schedulerredisredis-queueworker-queue
Related projects:
Repository | Description | Stars |
---|---|---|
taskforcesh/bullmq | A message queue and batch processing library that supports NodeJS, Python, and other languages using Redis as the underlying storage mechanism. | 6,309 |
optimalbits/bull | A Node.js job queue package with features like rate limiting and priority handling. | 15,622 |
automattic/kue | A priority job queue backed by Redis for Node.js applications. | 9,458 |
actumn/celery.node | A task queue client/worker for Node.js based on the Celery protocol. | 289 |
resque/resque | A Redis-backed Ruby library for managing background tasks and jobs. | 9,443 |
antirez/disque | A distributed in-memory message broker designed to be scalable and fault-tolerant | 8,010 |
weyoss/redis-smq | A Node.js library for queuing messages and processing them asynchronously with consumers using Redis as the backend | 599 |
breejs/bree | A Node.js and JavaScript job task scheduler with worker threads, cron, Date, and human syntax. | 3,080 |
rq/rq | A Python library for queueing jobs and processing them in the background with workers using Redis as the backend. | 9,945 |
felixmosh/bull-board | A tool for visualizing and managing background jobs in queues with Redis support | 2,387 |
sindresorhus/p-queue | A promise queue with concurrency control to limit the number of concurrent operations | 3,506 |
yigit/android-priority-jobqueue | A Job Queue implementation specifically designed for Android to schedule tasks that run in the background. | 3,396 |
parallel-js/parallel.js | A utility library for parallel computing in JavaScript, utilizing Web Workers and child processes to simplify concurrent execution of tasks. | 3,235 |
path/android-priority-jobqueue | A framework to schedule and manage background tasks in Android applications | 2,407 |
koudelka/honeydew | A pluggable job queue and worker pool for Elixir, focused on at-least-once execution. | 723 |