why pubsub cannot read message occasioanlly and how to troubleshoot? #1259
Replies: 3 comments 1 reply
-
Have you checked whether the connection was disconnected, the event loop is still running, connections for each subscription were simply broken after 3 seconds, whether you hit the timeout, and whether the health check was the reason for failure? |
Beta Was this translation helpful? Give feedback.
-
by the way, we got another exception today, not sure if it's related (pubsub involved though):
why aioredis not always return coroutine here? |
Beta Was this translation helpful? Give feedback.
-
also, we have another related issue here: https://bugs.python.org/issue46223 not sure it's related |
Beta Was this translation helpful? Give feedback.
-
we have write a redis-log adaptor:
above code works on several machines but not all. All machines has same configuration:
Beta Was this translation helpful? Give feedback.
All reactions