coiled / feedback

A place to provide Coiled feedback
14 stars 3 forks source link

Potentially rename Cluster class #1

Closed jrbourbeau closed 4 years ago

jrbourbeau commented 4 years ago

coiled-cloud has a Cluster class which is a subclass of distributed.deploy.Cluster. I wonder if having the same name for both coiled's cluster object and distributed's cluster object will lead to confusion. Other cluster managers tend to use a more descriptive name, e.g. dask-kubernetes has a KubeCluster, dask-cloudprovider has a FargateCluster, dask-cuda has a LocalCUDACluster, etc. Perhaps something like CoiledCluster makes sense here? Curious to hear what others think