kue icon indicating copy to clipboard operation
kue copied to clipboard

Will long processing workers block the other type of jobs being processed???

Open shinux opened this issue 7 years ago • 0 comments

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?

shinux avatar Aug 21 '18 11:08 shinux