Skip to content

Long wait time to get dask workers #953

@jbusecke

Description

@jbusecke

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)
cluster

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions