#586·kue

Wildcard support for job processing

Author: h2nonCreated Apr 22, 2015Updated Jul 19, 2023
LabelsQuestion

I didn't see this in old issues, so I just want to propose it:

queue.process('notifications:*', function (job, done) {
  email(job.data.to, done)
})

Alternatively, any idea about getting a similar approach with the existing features?