Skip to content
New issue

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

Timeout errors while retiring workers using HTTP API #821

Open
BitTheByte opened this issue Sep 18, 2023 · 0 comments
Open

Timeout errors while retiring workers using HTTP API #821

BitTheByte opened this issue Sep 18, 2023 · 0 comments
Labels

Comments

@BitTheByte
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants