Skip to content

Commit

Permalink
Readme note
Browse files Browse the repository at this point in the history
  • Loading branch information
sindresorhus committed Apr 6, 2022
1 parent e997308 commit 28a20ab
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions readme.md
Expand Up @@ -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
Expand Down

0 comments on commit 28a20ab

Please sign in to comment.