mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-07 19:38:46 -05:00
[GH-ISSUE #5372] WebSocket messages spamming #13962
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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:
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.