Top "Task-queue" questions

With the Task Queue API, applications can perform work outside of a user request, initiated by a user request.

accessing bull-queue to view job stats from nodejs

I need to access bull-queue to view job stats and show on the page. I'm using bull-repl to access the …

node.js task-queue shelljs
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
How to check if job in in Beanstalkd queue has been completed in Laravel

I need to check if job added to queue (Beanstalkd) has been completed in Laravel (Laravel 5) and in case it's …

php laravel task-queue beanstalkd laravel-5