dask / dask/distributed

PeriodicCallback._run was never awaited

Open
#7,440 0 comments 0 reactions 0 assignees View on GitHub
flaky test
Dominant language
Python
Stars
1.7k
Forks
778
Avg merge
2h 50m
Merged PRs (30d)
3

Description

In a couple of different test failures we're seeing RuntimeWarnings about the tornado 6.2 PC

e.g. https://github.com/dask/distributed/actions/runs/3827226701/jobs/6511631823

```
FAILED distributed/tests/test_actor.py::test_client_actions[True] - pytest.PytestUnraisableExceptionWarning: Exception ignored in:

Traceback (most recent call last):
File "/usr/share/miniconda3/envs/dask-distributed/lib/python3.11/warnings.py", line 537, in _warn_unawaited_coroutine
warn(msg, category=RuntimeWarning, stacklevel=2, source=coro)
RuntimeWarning: coroutine 'PeriodicCallback._run' was never awaited
```

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.