0

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 LocalClusterhere.

Are there some recommendations out there?

Related question: 1 (only reference on the docs as above)

gies0r
  • 4,723
  • 4
  • 39
  • 50

1 Answers1

0

The answer is SSHCluster It is based on asyncsshand can have multiple workers per machine in the cluster. Make sure to have pre requirements installed.

gies0r
  • 4,723
  • 4
  • 39
  • 50