Face detection refresh is not starting/ending immediately when triggered
I am trying to run a refresh on all my pictures since I changed the minimum detection score and I would like to pick-up some additional faces, however when I press on the "refresh" button no pictures get queued.
Here are the logs returned by the immich_server container:
[Nest] 17 - 06/20/2025, 5:35:25 PM DEBUG [Api:JobService~uu4vngkw] Handling command: queue=faceDetection,command=start,force=undefined
[Nest] 17 - 06/20/2025, 5:35:25 PM DEBUG [Api:LoggingInterceptor~uu4vngkw] PUT /api/jobs/faceDetection 200 11.98ms 192.168.1.198
[Nest] 17 - 06/20/2025, 5:35:25 PM VERBOSE [Api:LoggingInterceptor~uu4vngkw] {"command":"start"}
[Nest] 7 - 06/20/2025, 5:35:25 PM DEBUG [Microservices:PersonService] Deleted 0 people
[Nest] 17 - 06/20/2025, 5:35:28 PM DEBUG [Api:LoggingInterceptor~2lhvljls] GET /api/jobs 200 8.55ms 192.168.1.198
As you can see the same second the job starts it finishes and no output is given, the machine learning container does not return any logs at all.
Does anyone have any ideas? I have restarted, updated, reviewed all the yml files (compose and hwaccel) but nothing works, the only "solution" is to run reset which I want to avoid as I have already done a lot of manual mapping of faces.
I am running immich using docker-compose within dockge on TrueNAS
I am already running on version 1.135.2 but the issue is happening since older versions (can't exactly tell when it started)
Here are the logs returned by the immich_server container:
[Nest] 17 - 06/20/2025, 5:35:25 PM DEBUG [Api:JobService~uu4vngkw] Handling command: queue=faceDetection,command=start,force=undefined
[Nest] 17 - 06/20/2025, 5:35:25 PM DEBUG [Api:LoggingInterceptor~uu4vngkw] PUT /api/jobs/faceDetection 200 11.98ms 192.168.1.198
[Nest] 17 - 06/20/2025, 5:35:25 PM VERBOSE [Api:LoggingInterceptor~uu4vngkw] {"command":"start"}
[Nest] 7 - 06/20/2025, 5:35:25 PM DEBUG [Microservices:PersonService] Deleted 0 people
[Nest] 17 - 06/20/2025, 5:35:28 PM DEBUG [Api:LoggingInterceptor~2lhvljls] GET /api/jobs 200 8.55ms 192.168.1.198
As you can see the same second the job starts it finishes and no output is given, the machine learning container does not return any logs at all.
Does anyone have any ideas? I have restarted, updated, reviewed all the yml files (compose and hwaccel) but nothing works, the only "solution" is to run reset which I want to avoid as I have already done a lot of manual mapping of faces.
I am running immich using docker-compose within dockge on TrueNAS
I am already running on version 1.135.2 but the issue is happening since older versions (can't exactly tell when it started)