Rename network-related settings in config
Open
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
Assessment
This issue has not been assessed yet.