[PR #2212] [MERGED] chore(server): redis error handling #9435

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

📋 Pull Request Information

Original PR: https://github.com/immich-app/immich/pull/2212
Author: @samip5
Created: 4/8/2023
Status: Merged
Merged: 4/9/2023
Merged by: @alextran1502

Base: mainHead: chore/bull-redis-error-logging


📝 Commits (3)

  • 294751f chore(server): bull error handler
  • 1418128 chore(server): redis error handling
  • 4e757a3 Let's not touch bull

📊 Changes

1 file changed (+8 additions, -0 deletions)

View changed files

📝 server/libs/infra/src/redis-io.adapter.ts (+8 -0)

📄 Description

Should prevent errors like:

missing 'error' handler on this Redis client
missing 'error' handler on this Redis client

🔄 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/2212 **Author:** [@samip5](https://github.com/samip5) **Created:** 4/8/2023 **Status:** ✅ Merged **Merged:** 4/9/2023 **Merged by:** [@alextran1502](https://github.com/alextran1502) **Base:** `main` ← **Head:** `chore/bull-redis-error-logging` --- ### 📝 Commits (3) - [`294751f`](https://github.com/immich-app/immich/commit/294751f502ae778aee9408b611291756cfdf9d40) chore(server): bull error handler - [`1418128`](https://github.com/immich-app/immich/commit/1418128151f93c330031599cb6d020ef32aae13c) chore(server): redis error handling - [`4e757a3`](https://github.com/immich-app/immich/commit/4e757a3788629d98093933db513d8fd5a8c6a7e4) Let's not touch bull ### 📊 Changes **1 file changed** (+8 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `server/libs/infra/src/redis-io.adapter.ts` (+8 -0) </details> ### 📄 Description Should prevent errors like: ``` missing 'error' handler on this Redis client missing 'error' handler on this Redis client ``` --- <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:04:42 +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#9435