[PR #1786] [MERGED] refactor(server): remove checksum job #9207

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

📋 Pull Request Information

Original PR: https://github.com/immich-app/immich/pull/1786
Author: @jrasm91
Created: 2/18/2023
Status: Merged
Merged: 2/18/2023
Merged by: @alextran1502

Base: mainHead: refactor/remove-checksum-job


📝 Commits (1)

  • 27e9dda refactor(server): remove checksum job

📊 Changes

7 files changed (+0 additions, -111 deletions)

View changed files

📝 server/apps/microservices/src/microservices.module.ts (+0 -4)
server/apps/microservices/src/microservices.service.ts (+0 -16)
server/apps/microservices/src/processors/generate-checksum.processor.ts (+0 -82)
📝 server/libs/domain/src/job/job.constants.ts (+0 -2)
📝 server/libs/domain/src/job/job.repository.ts (+0 -1)
📝 server/libs/infra/src/infra.module.ts (+0 -1)
📝 server/libs/infra/src/job/job.repository.ts (+0 -5)

📄 Description

This PR removes the checksum queue and related processor. Assets are now hashed on upload, so it is not possible to create an asset without a hash, thereby removing the necessity for this job.


🔄 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/1786 **Author:** [@jrasm91](https://github.com/jrasm91) **Created:** 2/18/2023 **Status:** ✅ Merged **Merged:** 2/18/2023 **Merged by:** [@alextran1502](https://github.com/alextran1502) **Base:** `main` ← **Head:** `refactor/remove-checksum-job` --- ### 📝 Commits (1) - [`27e9dda`](https://github.com/immich-app/immich/commit/27e9ddaa707d1e63fb83cb82a77f9dcfeba872c0) refactor(server): remove checksum job ### 📊 Changes **7 files changed** (+0 additions, -111 deletions) <details> <summary>View changed files</summary> 📝 `server/apps/microservices/src/microservices.module.ts` (+0 -4) ➖ `server/apps/microservices/src/microservices.service.ts` (+0 -16) ➖ `server/apps/microservices/src/processors/generate-checksum.processor.ts` (+0 -82) 📝 `server/libs/domain/src/job/job.constants.ts` (+0 -2) 📝 `server/libs/domain/src/job/job.repository.ts` (+0 -1) 📝 `server/libs/infra/src/infra.module.ts` (+0 -1) 📝 `server/libs/infra/src/job/job.repository.ts` (+0 -5) </details> ### 📄 Description This PR removes the checksum queue and related processor. Assets are now hashed on upload, so it is not possible to create an asset without a hash, thereby removing the necessity for this job. --- <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 14:00:28 +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#9207