Sequential Jobs #14960
Closed
AleksandrZhukov
started this conversation in
Feature Request
Sequential Jobs
#14960
Replies: 1 comment 1 reply
-
You can set their concurrency to 1 and pause certain queues if necessary (transcoding in particular is the most intensive, but it internally has a "niceness" setting so it lets other tasks take priority). There is no way to force only 1 job to be run at a time and this is unlikely to change in the foreseeable future. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have searched the existing feature requests to make sure this is not a duplicate request.
The feature
I'm interested in running jobs sequentially to better manage resource usage on my system (raspberry pi).
Currently, it seems that all jobs (thumbnail generation, video transcoding, etc.) run concurrently. Is there a way to configure Immich to process jobs one after another? For example, completing thumbnail generation for all assets before starting video transcoding. This would help me avoid overloading my system.
If this is not currently possible, are there any plans to implement a job queuing or prioritization system?
Platform
Beta Was this translation helpful? Give feedback.
All reactions