dask / dask/distributed

Add config to control default direct_to_worker value

Open
#8,964 0 comments 0 reactions 0 assignees View on GitHub
config enhancement
Dominant language
Python
Stars
1.7k
Forks
778
Avg merge
2h 50m
Merged PRs (30d)
3

Description

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.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.