how many workers we can add?
thank you very much
Hi, I guess as many as you can run on your docker
Concurrency means the max number of executions per worker. It does not mean the number of max workers
1 Like
Hi,
I was exactly playing with that on k8
i’ve set between 1-10 workers based on redis queue length, mem, cpu of workers
concurrency of 6
so meaning that i can have a maximum of 60 workflow execution running, the rest waits until a worker has a free slot.
So as long as you have capacity i don’t think there really a limit (except for the fact that one of the parts is undersized compared to the rest)
2 Likes
thanks man that’s for the big fish, one day I’ve cached that big one it’s should be k8s too
This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.