Timeout errors while retiring workers using HTTP API
Open
bug
- Dominant language
- Python
- Stars
- 324
- Forks
- 157
- PR merge metrics
- No merged PRs in 30d
Description
Dask scheduler could take a while to retire workers using `/api/v1/retire_workers` since this operation is synchronous from httpx's perspective the server is hanging up the connection thus producing a timeout error after some while. this may result in unpredictable results
Contributor guide
Assessment
This issue has not been assessed yet.