What is the difference between having:
- one worker with concurrency 4 or
- two workers with concurrency 2 each
for the same queue.
Thanks
What is the difference between having:
for the same queue.
Thanks
I assume that you are running both workers in the same machine. In that case I would recommend you to maintain one worker for a queue.
I do realise I responded 2+ years later. But I just thought I'll put it here for anyone who still has similar doubts.
Intersting question.
Things that I can think of (I'm sure there are a lot more):
Of course, you have price for that: more processes that takes more resources (CPU/Memory etc).
I found this question which is quite similar.