Document tcp and connect timeout paramters
Open
config
deadlock
documentation
- Dominant language
- Python
- Stars
- 1.7k
- Forks
- 778
- Avg merge
- 2h 50m
- Merged PRs (30d)
- 3
Description
Our connect timeout options are not properly documented, see https://github.com/dask/distributed/blob/main/distributed/distributed-schema.yaml#L752-L758
which simply states "No Comment" on https://docs.dask.org/en/stable/configuration.html#distributed-comm
A frequent misconfiguration of timeouts.connect can lead to clusters seemingly being stuck. We should make sure it is properly documented what the effect of these options is and provide a guideline when custom values are appropriate.
Contributor guide
Assessment
This issue has not been assessed yet.