Question: use of QueueEvents callbacks across multiple workers #1623
-
We'd like to capture and process the For example, for the
But again, I'd like to hear from the team if there are recommendations around this use case. Thanks in advance to whoever wants to chime in here! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
The QueueScheduler is not needed anymore, so that answers that question 😅. I do not have any benchmarks on the overhead for QueueEvents, but it is basically listening to Redis streams, which are pretty fast, but if you have a lot of these instances it will probably result in a noticeable overhead. The best is to make some benchmarks for your specific use case and see what results you get. |
Beta Was this translation helpful? Give feedback.
The QueueScheduler is not needed anymore, so that answers that question 😅. I do not have any benchmarks on the overhead for QueueEvents, but it is basically listening to Redis streams, which are pretty fast, but if you have a lot of these instances it will probably result in a noticeable overhead. The best is to make some benchmarks for your specific use case and see what results you get.