From cddfbf42e100d9ccd1c75bcd7bebb5bc8e11c391 Mon Sep 17 00:00:00 2001 From: Vitaly Puzrin Date: Tue, 29 Nov 2016 08:35:44 +0400 Subject: [PATCH] Add idoit to Job queues section (#614) --- readme.md | 1 + 1 file changed, 1 insertion(+) diff --git a/readme.md b/readme.md index 40755a3..d44d40e 100644 --- a/readme.md +++ b/readme.md @@ -661,6 +661,7 @@ - [kue](https://github.com/Automattic/kue) - Priority job queue backed by Redis. - [bull](https://github.com/OptimalBits/bull) - Persistent job and message queue. - [agenda](https://github.com/rschmukler/agenda) - Lightweight job scheduling on MongoDB. +- [idoit](https://github.com/nodeca/idoit) - Redis-backed job queue engine with advanced job control. ### Node.js management