Thumbnail generation not working - BullMQ queue stuck #24973
-
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 3 replies
-
|
Do you have any other redis containers in your [infra] network? Any special reason you decided to partition this off and add a custom network? You are much better off putting only immich_server on the external network and everything else on an internal one. |
Beta Was this translation helpful? Give feedback.
-
|
@Mraedis thank you for your feedback. I have 2 Redis containers in my infra network: Both are separate instances serving different applications. Each app is using its own separate Redis instance: Immich → immich_redis (Valkey 8) on 172.18.0.2 I actually didn't partition Immich off - I actually did the opposite. I integrated it into my centralized infrastructure network so it can have access to shared Postgres instance. Can you tell me more about what do you mean by "You are much better off putting only immich_server on the external network and everything else on an internal one." - Should I only put immich_server on my shared |
Beta Was this translation helpful? Give feedback.

I understand they are separate things, but the service name in both cases is "redis", I wager.
Immich doesn't check for IP or whatever, it just connects to "redis", which is available from the other container because you are mingling the networks.