Describe the problem/error/question
I have n8n setup in queue mode with 3 deployments in Kubernetes, main, workers, and webhooks. Everything seems to be running fine, but from logs I can see about every hour there is a ‘Redis unavailable’ error message which shows up.
Overnight, it was at exact 60 minute intervals, and things are still working, but i am trying to understand this error. The redis (keydb) in question does not have such pereodic downtime or anything.
The connection happens in the first place, as you can see the data in redis, you can trigger workflows, env vars across all the containers are same, so no issue from that angle.
What is the error message (if any)?
I enabled debug level logging, but doesn’t seem to give much more info.
2023-09-13T12:02:59.052Z | e[33mwarne[39m | e[33mRedis unavailable - trying to reconnect...e[39m "{ file: 'RedisServiceBaseClasses.js' }"
Its this exact message, which just comes up about every hour.
Information on your n8n setup
- n8n version: 1.6.1
- Database (default: SQLite): PostgreSQL 15.4
- n8n EXECUTIONS_PROCESS setting (default: own, main): main (queue mode)
- Running n8n via (Docker, npm, n8n cloud, desktop app): Docker via Kubernetes