Created by: randallm
With regards to: https://github.com/OptimalBits/bull/issues/557
I took @bradvogel's idea of having the queue itself listen for added job events. This way, we do not have moveToActive
called concurrency
times on every Job.process
call.