[PR #7516] fix(server): only queue ml / transcoding jobs after thumbnail generation on upload #11668

Closed
opened 2026-02-05 14:43:45 +03:00 by OVERLORD · 0 comments
Owner

Original Pull Request: https://github.com/immich-app/immich/pull/7516

State: closed
Merged: Yes


Description

Re-running thumbnail generation has the side effect of queueing all ML tasks as well as transcoding. This is unnecessary and can be detrimental in the case of ML due to the indices being degraded. There's currently no way to just re-generate thumbnails (such as with a different quality setting, or after a certain PR).

This PR addresses this by selectively queueing ML and transcoding only on upload.

**Original Pull Request:** https://github.com/immich-app/immich/pull/7516 **State:** closed **Merged:** Yes --- ### Description Re-running thumbnail generation has the side effect of queueing all ML tasks as well as transcoding. This is unnecessary and can be detrimental in the case of ML due to the indices being degraded. There's currently no way to *just* re-generate thumbnails (such as with a different quality setting, or after a [certain PR](https://github.com/immich-app/immich/pull/7513)). This PR addresses this by selectively queueing ML and transcoding only on upload.
OVERLORD added the pull-request label 2026-02-05 14:43:45 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: immich-app/immich#11668