[GH-ISSUE #5372] WebSocket messages spamming #13962

Closed
opened 2026-04-19 20:29:04 -05:00 by GiteaMirror · 0 comments
Owner

Originally created by @mikelfried on GitHub (Sep 12, 2024).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/5372

Bug Report

Installation Method

Docker

Environment

  • Open WebUI Version: v0.3.21

  • Operating System: Linux

  • Browser (if applicable): chrome 111

Confirmation:

  • [v] I have read and followed all the instructions provided in the README.md.
  • [v] I am on the latest version of both Open WebUI and Ollama.

Expected Behavior:

I have a docker instance with hundreds of users, and it is very slow.
I’ve noticed that using the websocket the client receive more than 5 messages a second with a json object containing word “usage” and a the key “models” and an array of models names. It is just repeating and spamming both the server and the client.

Actual Behavior:

Maybe send this message once every minute or every admin change

Description

Bug Summary:
Web socket spamming messages

Reproduction Details

Steps to Reproduce:
Just docker instance with hundreds users.

Originally created by @mikelfried on GitHub (Sep 12, 2024). Original GitHub issue: https://github.com/open-webui/open-webui/issues/5372 # Bug Report ## Installation Method Docker ## Environment - **Open WebUI Version:** v0.3.21 - **Operating System:** Linux - **Browser (if applicable):** chrome 111 **Confirmation:** - [v] I have read and followed all the instructions provided in the README.md. - [v] I am on the latest version of both Open WebUI and Ollama. ## Expected Behavior: I have a docker instance with hundreds of users, and it is very slow. I’ve noticed that using the websocket the client receive more than 5 messages a second with a json object containing word “usage” and a the key “models” and an array of models names. It is just repeating and spamming both the server and the client. ## Actual Behavior: Maybe send this message once every minute or every admin change ## Description **Bug Summary:** Web socket spamming messages ## Reproduction Details **Steps to Reproduce:** Just docker instance with hundreds users.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/open-webui#13962