Hi everyone,
In our Google k8s cluster we have n8n pods and they connect to Redis.
Sometimes the redis pod restarts for whatever reason and n8n simply can’t reconnect to it even if we use a k8s service for all our cluster connections.
I keep on seeing these errors even if the redis pod is up shortly after:
The econnrefused typically means the service on that IP and port is actively refusing the connection, I am not sure why that would happen but it sounds like it is an issue outside of the n8n application.
When Redis restarts is it still using the same ip and port? It could be worth updating to a newer release of n8n as I think we may have made some redis changes a few versions back but this does seem very odd.