-
Notifications
You must be signed in to change notification settings - Fork 31
Open
Description
I have been noticing very long wait times to get dask workers to come online lately.
It just took me ~30 min to get any workers on the pangeo google cloud deployment.
Is there a way to resolve this? @rabernat suggested that "the cluster is maxed out".
For completeness, this is what I do in my notebook (pretty much the recommmended code):
from dask_gateway import GatewayCluster
cluster = GatewayCluster()
# cluster.adapt(minimum=4, maximum=40) # or to a fixed size.
cluster.scale(10)
clusterReactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels