From 091a6bbc383361c9e8d72a5e274fd1cb0a4112b1 Mon Sep 17 00:00:00 2001 From: Rick Arnett Date: Sat, 15 Jun 2019 07:55:09 -0400 Subject: [PATCH] Remove kue (no longer maintained) (#945) --- readme.md | 1 - 1 file changed, 1 deletion(-) diff --git a/readme.md b/readme.md index 6766c02..4e48c0c 100644 --- a/readme.md +++ b/readme.md @@ -664,7 +664,6 @@ ### Job queues -- [kue](https://github.com/Automattic/kue) - Redis-backed priority job queue. - [bull](https://github.com/OptimalBits/bull) - Persistent job and message queue. - [agenda](https://github.com/rschmukler/agenda) - MongoDB-backed job scheduling. - [idoit](https://github.com/nodeca/idoit) - Redis-backed job queue engine with advanced job control.