We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Follow-up to #6933
This is very ugly and confusing:
distributed/distributed/worker.py
Lines 523 to 528 in 34b18a9
We should rename
distributed.worker.connections.outgoing
distributed.worker.transfer.incoming_count_limit
distributed.worker.connections.incoming
distributed.worker.transfer.outgoing_count_limit
The renames must be added to distributed.config.aliases.
distributed.config.aliases
CC @hendrikmakait
The text was updated successfully, but these errors were encountered:
The aliases are non-trivial because they are not yet supported in dask/dask: https://github.com/dask/dask/blob/222ea067db35f65787ee2a877b6e29bb85ae9eed/dask/config.py#L557-L558
Sorry, something went wrong.
message-bytes-limit
No branches or pull requests
Follow-up to #6933
This is very ugly and confusing:
distributed/distributed/worker.py
Lines 523 to 528 in 34b18a9
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
.CC @hendrikmakait
The text was updated successfully, but these errors were encountered: