Is there an example of scalable task list?

is there an example of a scalable task list?

i.e distribute in round-robin from the task list instead of using a single task list for the workflow?

There is no need to round robin. Increase the number of partitions for the task queue and it should support enough throughput to saturate your cluster.

thank you @maxim is there an example. where is this config, is it on the server or worker side config?

Here is how we configure it in Temporal.

Thank you.