This repository was archived by the owner on Feb 21, 2023. It is now read-only.
why pubsub cannot read message occasioanlly and how to troubleshoot? #1259
Unanswered
zillionare
asked this question in
Q&A
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? |
0 replies
by the way, we got another exception today, not sure if it's related (pubsub involved though): why aioredis not always return coroutine here? |
0 replies
|
also, we have another related issue here: https://bugs.python.org/issue46223 not sure it's related |
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
we have write a redis-log adaptor:
above code works on several machines but not all. All machines has same configuration:
All reactions