adonis-kue
adonis-kue copied to clipboard
Does adonis-kue support different queue names?
Hi,
Is it possible to create different queues? I want to have several workers processing different queues with different kind of jobs.
I think in kue it is possible passing an option object with name property to the createQueue function.
Thank you