Skip to content

Rename network-related settings in config #6977

Open
@crusaderky

Description

@crusaderky

Follow-up to #6933

This is very ugly and confusing:

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 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

Metadata

Metadata

Assignees

No one assigned

    Labels

    confighygieneImprove code quality and reduce maintenance overhead

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions