Skip to content

Instantly share code, notes, and snippets.

@twolfson
Last active August 1, 2023 10:45
Show Gist options
  • Star 21 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save twolfson/a8e5bca55ad825ff49305e457fbf46ca to your computer and use it in GitHub Desktop.
Save twolfson/a8e5bca55ad825ff49305e457fbf46ca to your computer and use it in GitHub Desktop.
Node.js job queue evaluation

We are building a Node.js service which will need asynchronous support for tasks like sending emails. Here's our evaluation:

Probably going to go with kue; it's had 500 issues and 200 PRs closed so it should be stable.

I'm not sure why but I don't want to settle on resque. Let's call it personal stubborn-ness/caution for now.

@basil2style
Copy link

I found that Kue is not actively maintaining, please read this before choosing Automattic/kue#1196

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment