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
coiled-cloud
has aCluster
class which is a subclass ofdistributed.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 aKubeCluster
,dask-cloudprovider
has aFargateCluster
,dask-cuda
has aLocalCUDACluster
, etc. Perhaps something likeCoiledCluster
makes sense here? Curious to hear what others think