Top "Kue" questions

Kue is a priority job queue backed by redis, built for node.

How can I run redis on a single server on different ports?

I'm using kue which uses node_redis, but I'm also already using node_redis for my sessions, so I'd like …

redis node-redis kue
How to communicate Web and Worker dynos with Node.js on Heroku?

Web Dynos can handle HTTP Requests and while Web Dynos handles them Worker Dynos can handle jobs from it. But …

node.js heroku redis rabbitmq kue
Getting cannot POST / error in Express

I have a RESTful API that I am using postman to make a call to my route /websites. Whenever I …

javascript node.js express kue
What is a good alternative to Kue that works with MongoDB instead of Redis?

I am building a web app with node.js and mongodb. I need to add delayed jobs. For example, sending …

node.js mongodb task-queue kue