dask-kubernetes icon indicating copy to clipboard operation
dask-kubernetes copied to clipboard

Timeout errors while retiring workers using HTTP API

Open BitTheByte opened this issue 9 months ago • 0 comments

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

BitTheByte avatar Sep 18 '23 17:09 BitTheByte