immich
immich copied to clipboard
feature (web): Add run all jobs functionality to web
Continuing on the discussion I created about having one job that allows running all jobs at once (#2837), I propose a PR. This adds an additional job on top of all jobs that will allow running all jobs at once.
The latest updates on your projects. Learn more about Vercel for Git ↗︎
1 Ignored Deployment
| Name | Status | Preview | Comments | Updated (UTC) |
|---|---|---|---|---|
| immich | ⬜️ Ignored (Inspect) | Jun 19, 2023 11:29pm |
So if we run all jobs at once, what is the order of the job run? Some jobs are interdependent on each other. For example, by running the thumbnail generation job, machine learning, clip, and metadata extraction job will run after the thumbnail is generated.
I have the same thoughts on this as @jrasm91. I think it introduces more problems than it solves as re-running the jobs shouldn't be a common task and generally localised to a specific area, this seems unnecessary to me.