Created by: bradvogel
…side where the job is. This should reduce Redis CPU.
We're using Bull 3.0 in production (working great so far!), but we're noticing that Redis CPU is proportional to the number of jobs in wait
(below: BytesUsedForCache at 400MB is about 400k jobs in wait
):
This hopefully fixes it. I can't think of any other place where were iterate the wait
queue - can you?