Skip to content

Instantly share code, notes, and snippets.

@ninhxuanluu
Forked from twolfson/README.md
Created April 26, 2018 08:44
Show Gist options
  • Save ninhxuanluu/f8196cc4c57f6b7bc94f349ce042695c to your computer and use it in GitHub Desktop.
Save ninhxuanluu/f8196cc4c57f6b7bc94f349ce042695c 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.

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