scheduler to reuse existing initial worker-to-scheduler connection
Open
- Dominant language
- Python
- Stars
- 1.7k
- Forks
- 778
- Avg merge
- 2h 50m
- Merged PRs (30d)
- 3
Description
Current dask behavior:
- after start worker connects to scheduler to register. this connection persists.
- scheduler connects to worker back using new connection during the scheduling
To make dask setup "firewall friendly" the proposal is for scheduler to reuse(multiplex) existing initial worker-to-scheduler connection.
Contributor guide
Assessment
This issue has not been assessed yet.