Skip to content

Add config to control default direct_to_worker value #8964

Open
@fjetter

Description

@fjetter

Clients can gather and scatter data directly to the workers instead of proxing everything over the scheduler. It is currently not possible to define the default of this behavior and in almost all circumstances it chooses the proxy over scheduler approach unless the client is initialized with direct_to_worker=True.

I believe it would be convenient to add this to the dask config to allow users to set this as a default in their config it they know that their deployment supports this.

Metadata

Metadata

Assignees

No one assigned

    Labels

    configenhancementImprove existing functionality or make things work better

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions