What is a good alternative to Kue that works with MongoDB instead of Redis?

Ita picture Ita · Mar 23, 2013 · Viewed 7.4k times · Source

I am building a web app with node.js and mongodb. I need to add delayed jobs. For example, sending users an email one month after signing up. I haven't found an existing solution for delayed jobs besides Kue, but it uses Redis, and I would prefer to use my existing Mongodb before adding another resource to my web app.

Is there any existing solution for that?

Answer

Tamlyn picture Tamlyn · Sep 2, 2015

Another option is Agenda

Agenda is a light-weight job scheduling library for Node.js.