From the docs, there is a class called Cluster
, but other than for the LocalCluster
, I can not find any docs about how to setup a Cluster which accepts workers from different machines (as this is described for LocalCluster
here.
Are there some recommendations out there?
Related question: 1 (only reference on the docs as above)