job
Job is a module that allows other modules to expose delayed jobs. For example, instead of mailer.sendRegistrationEmail, you can do mailer.delay.sendRegistrationEmail.
agenda
Light weight job scheduler for Node.js
node-resque
an opinionated implementation of resque in node