Closed undaunt closed 4 months ago
Can you set your log level to verbose, then reproduce the issue and share the logs here?
Which container should I pull the logs from, server or microservices?
I noted that the issue only occurs when there is a job already in process when I restart the container. To simulate, I started reprocessing all images for smart search and it correctly only had 1 active at a time. Upon restart, it had 2 until such time that I hit 'save' again on the concurrency settings, where it again dropped to 1.
I believe this has been fixed. Let me know if it is still an issue.
The bug
I modified several high CPU concurrency settings (faces and smart search) from 2 down to 1. An hour or two later, I then decided to set some CPU limiter settings in docker compose and recreated the container. Upon initial launch, both jobs were running with active of 2 even though the settings for concurrency still showed 1. After hitting save again on concurrency settings, they dropped to 1 active.
The OS that Immich Server is running on
Ubuntu 22.04
Version of Immich Server
1.92.1
Version of Immich Mobile App
N/A
Platform with the issue
Your docker-compose.yml content
Your .env content
Reproduction steps
Additional information
No response