-
-
Notifications
You must be signed in to change notification settings - Fork 734
Open
Labels
confighygieneImprove code quality and reduce maintenance overheadImprove code quality and reduce maintenance overhead
Description
Follow-up to #6933
This is very ugly and confusing:
distributed/distributed/worker.py
Lines 523 to 528 in 34b18a9
transfer_incoming_count_limit = dask.config.get( | |
"distributed.worker.connections.outgoing" | |
) | |
self.transfer_outgoing_count_limit = dask.config.get( | |
"distributed.worker.connections.incoming" | |
) |
We should rename
distributed.worker.connections.outgoing
todistributed.worker.transfer.incoming_count_limit
distributed.worker.connections.incoming
todistributed.worker.transfer.outgoing_count_limit
The renames must be added to distributed.config.aliases
.
hendrikmakait and gjoseph92
Metadata
Metadata
Assignees
Labels
confighygieneImprove code quality and reduce maintenance overheadImprove code quality and reduce maintenance overhead