From 28a20abda65f9f024ee1d5181d95804095a1f9b3 Mon Sep 17 00:00:00 2001 From: Sindre Sorhus Date: Wed, 6 Apr 2022 21:52:18 +0700 Subject: [PATCH] Readme note --- readme.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/readme.md b/readme.md index 2a75ea3..3ccfc5e 100644 --- a/readme.md +++ b/readme.md @@ -4,6 +4,10 @@ Useful for rate-limiting async (or sync) operations. For example, when interacting with a REST API or when doing CPU/memory intensive tasks. +For servers, you probably want a Redis-backed [job queue](https://github.com/sindresorhus/awesome-nodejs#job-queues) instead. + +Note that the project is feature complete. We are happy to review pull requests, but we don't plan any further development. We are also not answering email support questions. + ## Install ```sh