We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
upsnap_app | [2022-12-15 20:48:57,934: ERROR/ForkPoolWorker-32] Task exception was never retrieved upsnap_app | future: <Task finished name='Task-9' coro=<Connection.disconnect() done, defined at /opt/venv/lib/python3.9/site-packages/redis/asyncio/connection.py:828> exception=RuntimeError('Event loop is closed')> upsnap_app | Traceback (most recent call last): upsnap_app | File "/opt/venv/lib/python3.9/site-packages/redis/asyncio/connection.py", line 837, in disconnect upsnap_app | self._writer.close() # type: ignore[union-attr] upsnap_app | File "/usr/lib/python3.9/asyncio/streams.py", line 353, in close upsnap_app | return self._transport.close() upsnap_app | File "/usr/lib/python3.9/asyncio/selector_events.py", line 700, in close upsnap_app | self._loop.call_soon(self._call_connection_lost, None) upsnap_app | File "/usr/lib/python3.9/asyncio/base_events.py", line 746, in call_soon upsnap_app | self._check_closed() upsnap_app | File "/usr/lib/python3.9/asyncio/base_events.py", line 510, in _check_closed upsnap_app | raise RuntimeError('Event loop is closed') upsnap_app | RuntimeError: Event loop is closed
Upstream issue: django/channels_redis#332
The text was updated successfully, but these errors were encountered:
temp fix for #31
c0b055e
No branches or pull requests
Upstream issue: django/channels_redis#332
The text was updated successfully, but these errors were encountered: