[PR #754] [MERGED] feat(server): missing exif extract nightly task #8748

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

📋 Pull Request Information

Original PR: https://github.com/immich-app/immich/pull/754
Author: @zackpollard
Created: 9/27/2022
Status: Merged
Merged: 9/28/2022
Merged by: @alextran1502

Base: mainHead: feat/exif-extract-nightly-task


📝 Commits (4)

  • 4ffbf9d fix: nightly reverse geocoding task checking for mapbox
  • ecf5301 refactor: remove file size from image processor and queue data
  • 0fc2408 feat: add missing exif nightly job
  • a2e2538 Remove filesize requirement in assetUploadedProcessorName queue insertion

📊 Changes

6 files changed (+46 additions, -35 deletions)

View changed files

📝 server/apps/immich/src/api-v1/asset/asset.controller.ts (+1 -1)
📝 server/apps/immich/src/modules/schedule-tasks/schedule-tasks.service.ts (+33 -6)
📝 server/apps/microservices/src/processors/asset-uploaded.processor.ts (+6 -11)
📝 server/apps/microservices/src/processors/metadata-extraction.processor.ts (+6 -2)
📝 server/libs/job/src/interfaces/asset-uploaded.interface.ts (+0 -5)
📝 server/libs/job/src/interfaces/metadata-extraction.interface.ts (+0 -10)

📄 Description

Nightly task for extracting missing exif

  • Refactor: remove fileSize from exif queue message
  • Fix: reverse geocoding scheduled job was still checking for mapbox 🤦‍♂️

🔄 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/754 **Author:** [@zackpollard](https://github.com/zackpollard) **Created:** 9/27/2022 **Status:** ✅ Merged **Merged:** 9/28/2022 **Merged by:** [@alextran1502](https://github.com/alextran1502) **Base:** `main` ← **Head:** `feat/exif-extract-nightly-task` --- ### 📝 Commits (4) - [`4ffbf9d`](https://github.com/immich-app/immich/commit/4ffbf9dc07b9cd10247281c2dbcb1684d5a0643a) fix: nightly reverse geocoding task checking for mapbox - [`ecf5301`](https://github.com/immich-app/immich/commit/ecf5301fbebb6ca7194e20f8b0d708ac4c94941b) refactor: remove file size from image processor and queue data - [`0fc2408`](https://github.com/immich-app/immich/commit/0fc24080447db3357530951497174bbef1db7ebc) feat: add missing exif nightly job - [`a2e2538`](https://github.com/immich-app/immich/commit/a2e25384286499661eb06422e90d999f23eb64f0) Remove filesize requirement in assetUploadedProcessorName queue insertion ### 📊 Changes **6 files changed** (+46 additions, -35 deletions) <details> <summary>View changed files</summary> 📝 `server/apps/immich/src/api-v1/asset/asset.controller.ts` (+1 -1) 📝 `server/apps/immich/src/modules/schedule-tasks/schedule-tasks.service.ts` (+33 -6) 📝 `server/apps/microservices/src/processors/asset-uploaded.processor.ts` (+6 -11) 📝 `server/apps/microservices/src/processors/metadata-extraction.processor.ts` (+6 -2) 📝 `server/libs/job/src/interfaces/asset-uploaded.interface.ts` (+0 -5) 📝 `server/libs/job/src/interfaces/metadata-extraction.interface.ts` (+0 -10) </details> ### 📄 Description Nightly task for extracting missing exif - Refactor: remove fileSize from exif queue message - Fix: reverse geocoding scheduled job was still checking for mapbox 🤦‍♂️ --- <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:52:34 +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#8748