Hola buen dia.
En entorno de pruebas, con un cluster swarm y un unico nodo, hemos cambiado de version desde 1.7.5 a 1.10. Casi todos los servicios se despliegan correctamente.
al revisar los logs de api-server, vemos que inicia con problemas
ERROR DE PROGRAMACION
Error: Connection timeout
at Socket.<anonymous> (/app/node_modules/@redis/client/dist/lib/client/socket.js:177:124)
at Object.onceWrapper (node:events:631:28)
at Socket.emit (node:events:517:28)
at Socket._onTimeout (node:net:598:8)
at listOnTimeout (node:internal/timers:569:17)
at process.processTimers (node:internal/timers:512:7)
Redis client error: ConnectionTimeoutError: Connection timeout
at Socket.<anonymous> (/app/node_modules/@redis/client/dist/lib/client/socket.js:177:124)
at Object.onceWrapper (node:events:631:28)
at Socket.emit (node:events:517:28)
at Socket._onTimeout (node:net:598:8)
at listOnTimeout (node:internal/timers:569:17)
at process.processTimers (node:internal/timers:512:7)
al intentar abrir SUDUCOU desde Huarpe vemos lo siguiente en los logs
[2025-07-04T09:19:47] error_redis_create {
details: null,
stack: 'Error: Connection timeout\n' +
' Socket.<anonymous> (/app/node_modules/@redis/client/dist/lib/client/socket.js:177:124)\n' +
' Object.onceWrapper (node:events:631:28)\n' +
' Socket.emit (node:events:517:28)\n' +
' Socket._onTimeout (node:net:598:8)\n' +
' listOnTimeout (node:internal/timers:569:17)\n' +
' ',
string: 'Connection timeout',
clientmessage: 'Connection timeout',
query: '',
query_params: {},
msg: 'error_redis_create',
type: 'error',
id_err: '1yxfl',
trace: 'Error: Connection timeout\n' +
' Socket.<anonymous> (/app/node_modules/@redis/client/dist/lib/client/socket.js:177:124)\n' +
' Object.onceWrapper (node:events:631:28)\n' +
' Socket.emit (node:events:517:28)\n' +
' Socket._onTimeout (node:net:598:8)\n' +
' listOnTimeout (node:internal/timers:569:17)\n' +
' '
}
Hemos seguido la sugerencia de eliminar servicios y levantarlos nuevamente como se indica en este hilo.
https://foro.comunidad.siu.edu.ar/t/error-enotfound-cache/29718
Tambien borramos el stack y las imagenes de sudocu, luego levantamos el stack para que las descargue nuevmante.
Seguimos con el mismo problema.
Adjunto el log de api-server.
api-server.log (6,2 KB)
Desde ya muchas gracias por cualquier ayuda.