[PR #21696] [CLOSED] Fix #21611: issue: intermittent "Model not found" errors #49262

Closed
opened 2026-04-30 01:34:58 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/open-webui/open-webui/pull/21696
Author: @danielalanbates
Created: 2/21/2026
Status: Closed

Base: mainHead: fix/issue-21611


📝 Commits (1)

  • f1a64d3 Fix #21611: prevent intermittent "Model not found" errors in multi-worker Redis deployments

📊 Changes

2 files changed (+16 additions, -9 deletions)

View changed files

📝 backend/open_webui/routers/pipelines.py (+4 -4)
📝 backend/open_webui/socket/utils.py (+12 -5)

📄 Description

Fixes #21611

Summary

This PR fixes: issue: intermittent "Model not found" errors

Changes

backend/open_webui/routers/pipelines.py |  8 ++++----
 backend/open_webui/socket/utils.py      | 17 ++++++++++++-----
 2 files changed, 16 insertions(+), 9 deletions(-)

Testing

Please review the changes carefully. The fix was verified against the existing test suite.


This PR was created with the assistance of Claude Sonnet 4.6 by Anthropic | effort: low. Happy to make any adjustments!


🔄 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/open-webui/open-webui/pull/21696 **Author:** [@danielalanbates](https://github.com/danielalanbates) **Created:** 2/21/2026 **Status:** ❌ Closed **Base:** `main` ← **Head:** `fix/issue-21611` --- ### 📝 Commits (1) - [`f1a64d3`](https://github.com/open-webui/open-webui/commit/f1a64d3e5526fea637cf5e629d181257920d2a26) Fix #21611: prevent intermittent "Model not found" errors in multi-worker Redis deployments ### 📊 Changes **2 files changed** (+16 additions, -9 deletions) <details> <summary>View changed files</summary> 📝 `backend/open_webui/routers/pipelines.py` (+4 -4) 📝 `backend/open_webui/socket/utils.py` (+12 -5) </details> ### 📄 Description Fixes #21611 ## Summary This PR fixes: issue: intermittent "Model not found" errors ## Changes ``` backend/open_webui/routers/pipelines.py | 8 ++++---- backend/open_webui/socket/utils.py | 17 ++++++++++++----- 2 files changed, 16 insertions(+), 9 deletions(-) ``` ## Testing Please review the changes carefully. The fix was verified against the existing test suite. --- *This PR was created with the assistance of Claude Sonnet 4.6 by Anthropic | effort: low. Happy to make any adjustments!* --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-04-30 01:34:58 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/open-webui#49262