Automattic / kue

Kue is a priority job queue backed by redis, built for node.js.
http://automattic.github.io/kue
MIT License
9.45k stars 862 forks source link

Find if no pending jobs to be processed? #1165

Open privateOmega opened 6 years ago

privateOmega commented 6 years ago

Hey, Is it possible to identify if there are any pending jobs to be processed? Also, is it possible to process a single job with job id by promoting it and not the entire queue.