How many workers can a tasklist associated? #4401
-
In one worker, the worker only associate to the tasklist of groupName. But if I had a cluster to deploy the cadence worker, every machine in the cluster run the same worker code, so there had many workers associate to the same tasklist, does this deployment matter to the workflow schedule? In other words,can several workers polling task from one tasklist parallel? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
There is no limit on that. |
Beta Was this translation helpful? Give feedback.
-
Hundreds of workers should be fine. If you want more than a few thousands of workers, then you might want to enable scalable task list. |
Beta Was this translation helpful? Give feedback.
There is no limit on that.