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

Dask Jobqueue is not async ready #567

Open
guillaumeeb opened this issue Aug 3, 2022 · 0 comments
Open

Dask Jobqueue is not async ready #567

guillaumeeb opened this issue Aug 3, 2022 · 0 comments
Milestone

Comments

@guillaumeeb
Copy link
Member

See discussions in #565.

In particular #565 (review).

It is not safe to create a ProcessInterface without a running loop. Use of the default event loop is deprecated in Python. We have to make sure we are ready for the removal and support running with multiple calls to asyncio.run.

cc @graingert who already thought about it.

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

No branches or pull requests

1 participant