From 79c8a62935d9ff55fd620b183b97dc015a46f691 Mon Sep 17 00:00:00 2001 From: Axel Terizaki Date: Sat, 29 Jun 2019 20:10:04 +0200 Subject: [PATCH] Add better-queue (#947) --- readme.md | 1 + 1 file changed, 1 insertion(+) diff --git a/readme.md b/readme.md index 0f3923f..ea8eaae 100644 --- a/readme.md +++ b/readme.md @@ -674,6 +674,7 @@ - [bee-queue](https://github.com/bee-queue/bee-queue) - High-performance Redis-backed job queue. - [RedisSMQ](https://github.com/weyoss/redis-smq) - Simple high-performance Redis message queue with real-time monitoring. - [sqs-consumer](https://github.com/bbc/sqs-consumer) - Build Amazon Simple Queue Service (SQS) based apps without the boilerplate. +- [better-queue](https://github.com/diamondio/better-queue) - Simple and efficient job queue when you cannot use Redis. ### Node.js management