[PR #558] [MERGED] feat(server): generate checksum for previous uploaded assets #8671

Closed
opened 2026-02-05 13:51:17 +03:00 by OVERLORD · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/immich-app/immich/pull/558
Author: @panoti
Created: 8/31/2022
Status: Merged
Merged: 9/2/2022
Merged by: @alextran1502

Base: mainHead: feat/generate-checksum


📝 Commits (2)

  • 8dbf884 feat(server): generate checksum for previous uploaded assets
  • 018111b fix(server): typo

📊 Changes

4 files changed (+96 additions, -10 deletions)

View changed files

📝 server/apps/microservices/src/microservices.module.ts (+13 -6)
📝 server/apps/microservices/src/microservices.service.ts (+13 -4)
server/apps/microservices/src/processors/generate-checksum.processor.ts (+69 -0)
📝 server/libs/job/src/constants/queue-name.constant.ts (+1 -0)

📄 Description

Just temporary for the dev releases. We can remove it for official release. On the other hand, we can use it to restore/recover fail jobs as well.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/immich-app/immich/pull/558 **Author:** [@panoti](https://github.com/panoti) **Created:** 8/31/2022 **Status:** ✅ Merged **Merged:** 9/2/2022 **Merged by:** [@alextran1502](https://github.com/alextran1502) **Base:** `main` ← **Head:** `feat/generate-checksum` --- ### 📝 Commits (2) - [`8dbf884`](https://github.com/immich-app/immich/commit/8dbf884ddb79431a960566e22374a2f1fe152bc7) feat(server): generate checksum for previous uploaded assets - [`018111b`](https://github.com/immich-app/immich/commit/018111b4aae8616d168d583a35e69e1715d473d0) fix(server): typo ### 📊 Changes **4 files changed** (+96 additions, -10 deletions) <details> <summary>View changed files</summary> 📝 `server/apps/microservices/src/microservices.module.ts` (+13 -6) 📝 `server/apps/microservices/src/microservices.service.ts` (+13 -4) ➕ `server/apps/microservices/src/processors/generate-checksum.processor.ts` (+69 -0) 📝 `server/libs/job/src/constants/queue-name.constant.ts` (+1 -0) </details> ### 📄 Description Just temporary for the dev releases. We can remove it for official release. On the other hand, we can use it to restore/recover fail jobs as well. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
OVERLORD added the pull-request label 2026-02-05 13:51:17 +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#8671