You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am not sure why this issue is not present with the default implementation. (I wonder if it is because the "polling" from default impl keeps the connections in the pool alive). For PubSub, I think it makes sense since the connection could get stale if there are no activity for a while?
Anyhow, wondering if it is worth adding a section to the README regarding these config values for pubsub.
cc @acu192 as you have a lot of experience running this in production.
The text was updated successfully, but these errors were encountered:
When I was deploying pubsub layer using AWS Redis ElasticCache using default paramters, I noticed that occasionally my webservers will report
during
group_send
PUBLISH
from redis-py client returningb''
from a stale connection.Adding health_check_interval and tcp keep alive seems to fix the problem
I am not sure why this issue is not present with the default implementation. (I wonder if it is because the "polling" from default impl keeps the connections in the pool alive). For PubSub, I think it makes sense since the connection could get stale if there are no activity for a while?
Anyhow, wondering if it is worth adding a section to the README regarding these config values for pubsub.
cc @acu192 as you have a lot of experience running this in production.
The text was updated successfully, but these errors were encountered: