Connection timeout in microservices log

I saw a few failed face recognition jobs, so I checked the microservices log. I found many ETIMEDOUT errors.
I'm on v 1.76.1, the version just before the release that had the machine learning timeout issue. My docker-compose and .env files are here: https://github.com/immich-app/immich/issues/4002

Error: connect ETIMEDOUT at Socket.<anonymous> (/usr/src/app/node_modules/ioredis/built/Redis.js:170:41) at Object.onceWrapper (node:events:628:28) at Socket.emit (node:events:514:28) at Socket._onTimeout (node:net:571:8) at listOnTimeout (node:internal/timers:569:17) at process.processTimers (node:internal/timers:512:7) { errorno: 'ETIMEDOUT', code: 'ETIMEDOUT', syscall: 'connect' }

I'm surprised that the redis container seems to be timing out, if I'm understanding the logs correctly. I've included details about my hardware in the linked github issue. I suspect the culprit might be a relatively slow CPU, but I'd greatly appreciate it if someone can point me in the right direction on how to fix this. Thank you!
Was this page helpful?