faust-streaming / mode

Python AsyncIO Services
https://faust-streaming.github.io/mode/
Other
42 stars 16 forks source link

mode/services.py:726: RuntimeWarning: coroutine 'Event.wait' was never awaited #63

Closed bradydean closed 2 months ago

bradydean commented 2 months ago

I'm getting this in my application logs, it seems a coroutine is not being awaited properly.

/home/app/.cache/pypoetry/virtualenvs/blah-py3.12/lib/python3.12/site-packages/mode/services.py:726: RuntimeWarning: coroutine 'Event.wait' was never awaited

Versions

bradydean commented 2 months ago

After investigating this a bit more this appears to be an issue with our container deployment process killing containers before they are ready. This coroutine just happened to be the one executing at the time.