idoit
Task queue engine
A Redis-backed task queue engine with advanced features for managing tasks and monitoring progress.
Redis-backed task queue engine with advanced task control and eventual consistency
77 stars
5 watching
9 forks
Language: JavaScript
last commit: over 1 year ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
sczyh30/vertx-kue | A priority task queue built on top of Vert.x and backed by Redis. | 140 |
actionhero/node-resque | A Node.js framework for managing background jobs with Redis as the backend store. | 1,371 |
resque/resque-web | A web interface to Resque's job queue system, built as a Rails engine. | 235 |
xuri/aurora | A web-based console for managing Beanstalkd queues and servers | 601 |
pricingassistant/mrq | A Python task queue built on top of Redis and gevent to manage distributed worker tasks with simple code and visibility into job performance. | 877 |
weyoss/redis-smq | A Node.js library for queuing messages and processing them asynchronously with consumers using Redis as the backend | 594 |
actumn/celery.node | A task queue client/worker for Node.js based on the Celery protocol. | 283 |
pydoit/doit | An automation tool that enables efficient task management and execution of complex workflows | 1,871 |
robinjoseph08/redisqueue | A Redis-based producer-consumer system for handling messages with guaranteed delivery and visibility timeouts. | 129 |
egoist/maid | A tool that automates repetitive tasks by defining and running tasks in Markdown files using specific syntax. | 2,021 |
tomsteele/cs-magik | An event-driven job queue system using Redis to handle Cobalt Strike-related tasks and operations. | 33 |
rq/django-rq | Provides Django integration with Redis-based queuing for background jobs | 1,838 |
owl1n/nest-queue | A queue manager library for NestJS applications | 71 |
tomeraberbach/quetie | A tiny and efficient JavaScript implementation of a data structure providing fast and amortized O(1) access to queues and dequeues. | 112 |
closeio/tasktiger | A task queue system built with Python and Redis, allowing concurrent execution of tasks with features like queuing, worker management, and error handling. | 1,423 |