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
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.
I'm getting this in my application logs, it seems a coroutine is not being awaited properly.
Versions