dask / dask/distributed

Rename network-related settings in config

Open
#6,977 1 comment 2 reactions 0 assignees View on GitHub
config hygiene
Dominant language
Python
Stars
1.7k
Forks
778
Avg merge
2h 50m
Merged PRs (30d)
3

Description

Follow-up to #6933

This is very ugly and confusing:

https://github.com/dask/distributed/blob/34b18a92d5c6ca9020fb16d7dd3e0e493027c2e7/distributed/worker.py#L523-L528

We should rename
- `distributed.worker.connections.outgoing` to `distributed.worker.transfer.incoming_count_limit`
- `distributed.worker.connections.incoming` to `distributed.worker.transfer.outgoing_count_limit`

The renames must be added to `distributed.config.aliases`.

CC @hendrikmakait

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.