kue
kue copied to clipboard
Will long processing workers block the other type of jobs being processed???
Sorry I'm new to kue.
Since kue is singleton instance in a node progress, and all jobs in one queue.
suppose I have two types of jobs:sms and email
if a large amount of sms jobs is processing, then willemail jobs waiting, or different types of jobs consumed by their own consumers and won't block each other ?
or should I use pm2 to start multiple kue instance to handle this situation?