-
Notifications
You must be signed in to change notification settings - Fork 8.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Redis Server #10543
Comments
Hey @rafaeld03, We have created an internal ticket to look into this which we will be tracking as "GHC-184" |
Can you please check that
|
yes, it is mandatory
I have this scenario working in version 1.40.0 of n8n |
@rafaeld03 Can you please try setting |
LOG |
Fix got released with |
Bug Description
I created a redis database managed by Digital Ocean
The data below for connection.
N8n Cannot connect
username = default
password = ************************
host = db-redis-XXXXXXXXX-do-user-XXXXXX.f.db.ondigitalocean.com
port = 25061
LOG
2024-08-24T18:33:36.059Z | warn | Redis unavailable - trying to reconnect... "{ file: 'redis-client.service.js' }"
2024-08-24T18:33:36.060Z | warn | Redis unavailable - trying to reconnect... "{ file: 'redis-client.service.js' }"
2024-08-24T18:33:36.565Z | warn | Error with Redis: "{\n errno: -32,\n code: 'EPIPE',\n syscall: 'write',\n file: 'RedisServiceBaseClasses.js'\n}"
2024-08-24T18:33:36.566Z | warn | Redis unavailable - trying to reconnect... "{ file: 'redis-client.service.js' }"
2024-08-24T18:33:36.567Z | warn | Redis unavailable - trying to reconnect... "{ file: 'redis-client.service.js' }"
2024-08-24T18:33:37.071Z | warn | Error with Redis: "{\n errno: -32,\n code: 'EPIPE',\n syscall: 'write',\n file: 'RedisServiceBaseClasses.js'\n}"
2024-08-24T18:33:37.071Z | warn | Redis unavailable - trying to reconnect... "{ file: 'redis-client.service.js' }"
2024-08-24T18:33:37.072Z | warn | Redis unavailable - trying to reconnect... "{ file: 'redis-client.service.js' }"
2024-08-24T18:33:37.576Z | warn | Redis unavailable - trying to reconnect... "{ file: 'redis-client.service.js' }"
2024-08-24T18:33:37.577Z | warn | Redis unavailable - trying to reconnect... "{ file: 'redis-client.service.js' }"
2024-08-24T18:33:38.082Z | warn | Error with Redis: "{\n errno: -104,\n code: 'ECONNRESET',\n syscall: 'write',\n file: 'RedisServiceBaseClasses.js'\n}"
2024-08-24T18:33:38.083Z | warn | Redis unavailable - trying to reconnect... "{ file: 'redis-client.service.js' }"
2024-08-24T18:33:38.083Z | warn | Redis unavailable - trying to reconnect... "{ file: 'redis-client.service.js' }"
2024-08-24T18:33:38.588Z | warn | Redis unavailable - trying to reconnect... "{ file: 'redis-client.service.js' }"
2024-08-24T18:33:38.588Z | warn | Redis unavailable - trying to reconnect... "{ file: 'redis-client.service.js' }"
2024-08-24T18:33:39.092Z | warn | Error with Redis: "{\n errno: -104,\n code: 'ECONNRESET',\n syscall: 'write',\n file: 'RedisServiceBaseClasses.js'\n}"
2024-08-24T18:33:39.093Z | warn | Redis unavailable - trying to reconnect... "{ file: 'redis-client.service.js' }"
2024-08-24T18:33:39.093Z | warn | Redis unavailable - trying to reconnect... "{ file: 'redis-client.service.js' }"
To Reproduce
Expected behavior
redis connection
Operating System
Debian 12
n8n Version
1.55.3
Node.js Version
18.12.0
Database
PostgreSQL
Execution mode
queue
The text was updated successfully, but these errors were encountered: