Replies: 1 comment
-
The duration of the delay has no effect on performance. 500 jobs could be processed on a dummy processor in less 100ms (depending on the CPU type, concurrency, etc), so I doubt BullMQ is the origin of the high CPU load. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Using large delays should introduce higher cpu usage?
im trying to create around 500 jobs with close to 115600 ms delay.
and after the entire queue has been consumed and all the jobs are in redis waiting to be processed i have very high cpu usage until the jobs are done.
Beta Was this translation helpful? Give feedback.
All reactions