dask / dask/dask-jobqueue

Dask Jobqueue is not async ready

Open
#567 0 comments 1 reaction 0 assignees View on GitHub
Dominant language
Python
Stars
256
Forks
150
PR merge metrics
No merged PRs in 30d

Description

See discussions in #565.

In particular https://github.com/dask/dask-jobqueue/pull/565#pullrequestreview-1052591018.

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.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.