Replies: 7 comments 1 reply
-
|
What sort of system are you running on, which jobs are hanging (and what does this hanging look like), how many assets do you have, etc? Consider that some jobs will queue new jobs after they finish, so numbers not going down doesn't necessarily mean things are hung. |
Beta Was this translation helpful? Give feedback.
-
|
I am running on Linux, I have have a RTX 4060 Ti w/16GB, and a i7-14700F with 82GB of memory. I just tried something and it seemed to stop happening. I had updated the concurrency setting at some point. I reduced it to 5, and it seems that it repeatedly works. Not sure how the concurrency actually works but my original thought was I have a relatively powerful system, increase it, apparently that was not a good idea? |
Beta Was this translation helpful? Give feedback.
-
|
Related to the not processing, it is definitely not when this happens, I've left it in this state overnight, and nothing changes. |
Beta Was this translation helpful? Give feedback.
-
Idk what concurrency you were originally running, but we often see people set it way too high which definitely causes problems. Even on a fairly powerful system the numbers don't go as high as you'd expect, especially on slower storage. |
Beta Was this translation helpful? Give feedback.
-
|
something similar happened to me. running via docker desktop on Windows (WSL2 backend) with a library of ~90k photos/videos and default concurrency settings for its jobs. I've experienced situations where scheduled Immich machine learning tasks lead to very high system memory usage. there was an instance where docker desktop's backend process itself retained over 50GB of RAM even after attempting to stop the immich containers. This memory was only released after a full restart of docker desktop. this sustained memory pressure eventually led to system-wide instability and a crash about 12hrs later (i have it set to scan external libraries every 6 hours) (in my case, an NVIDIA driver failed, but this was after hours of low memory warnings and other services failing due to resource exhaustion). while my jobs didn't "hang" in the same way described, the failure of Docker to reclaim substantial resources after immich tasks could be a contributing to job-related issues or resource exhaustion on windows. Hope this helps |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
|
Can confirm that reducing concurrency solved my issue too. It's tricky, though, as I have processed some 400GB of files with a concurrency settings something like (65 cores, 50GB RAM, CPU-only) Worked fine even with all jobs running. Now I had to dial down back to thumbnail=5, metadata=5, having only those two jobs running to get them unstuck in processing ~2k files. In any case, it works fine with the lower settings. |
Beta Was this translation helpful? Give feedback.

Uh oh!
There was an error while loading. Please reload this page.
-
I have searched the existing issues, both open and closed, to make sure this is not a duplicate report.
The bug
I have a large collection, approximately 125K images, so maybe this is something that surfaces in this scenario, but I frequently have jobs that just get stuck.
e.g.
Extract Metadata, it will process for a while, I see the counts going down, and then it just hangs, as do any other jobs.
The only way I can get past it is to stop the service (docker compose down) and restart. Sometimes it works then, other times it repeats.
I've streamed the log and do not see anything being logged that indicates what might be going on.
Nothing appears in logs, at least the way I am looking at them:
docker logs --follow immich_serverThe OS that Immich Server is running on
Ubuntu 22.04
Version of Immich Server
v1.32.3
Version of Immich Mobile App
1.132.3.build.205
Platform with the issue
Your docker-compose.yml content
Your .env content
Reproduction steps
...
It starts, processes maybe about half, then hangs. I've had this happen on other jobs as well.
Relevant log output
Additional information
No response
Beta Was this translation helpful? Give feedback.
All reactions