[PR #2489] [MERGED] fix(server): reverse geocoding crash loop #9573

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

📋 Pull Request Information

Original PR: https://github.com/immich-app/immich/pull/2489
Author: @jrasm91
Created: 5/20/2023
Status: Merged
Merged: 5/21/2023
Merged by: @alextran1502

Base: mainHead: fix/reverse-geocoding-crashloop


📝 Commits (1)

  • 4cba04e fix(server): reverse geocoding crash loop

📊 Changes

5 files changed (+45 additions, -18 deletions)

View changed files

📝 server/apps/immich/src/main.ts (+11 -11)
📝 server/apps/microservices/src/main.ts (+16 -0)
📝 server/apps/microservices/src/processors/metadata-extraction.processor.ts (+4 -2)
📝 server/libs/domain/src/metadata/geocoding.repository.ts (+1 -0)
📝 server/libs/infra/src/repositories/geocoding.repository.ts (+13 -5)

📄 Description

No description provided


🔄 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/2489 **Author:** [@jrasm91](https://github.com/jrasm91) **Created:** 5/20/2023 **Status:** ✅ Merged **Merged:** 5/21/2023 **Merged by:** [@alextran1502](https://github.com/alextran1502) **Base:** `main` ← **Head:** `fix/reverse-geocoding-crashloop` --- ### 📝 Commits (1) - [`4cba04e`](https://github.com/immich-app/immich/commit/4cba04e5773abc9db768df7bc9af6315977b3804) fix(server): reverse geocoding crash loop ### 📊 Changes **5 files changed** (+45 additions, -18 deletions) <details> <summary>View changed files</summary> 📝 `server/apps/immich/src/main.ts` (+11 -11) 📝 `server/apps/microservices/src/main.ts` (+16 -0) 📝 `server/apps/microservices/src/processors/metadata-extraction.processor.ts` (+4 -2) 📝 `server/libs/domain/src/metadata/geocoding.repository.ts` (+1 -0) 📝 `server/libs/infra/src/repositories/geocoding.repository.ts` (+13 -5) </details> ### 📄 Description _No description provided_ --- <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:07:06 +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#9573