mirror of
https://github.com/open-webui/open-webui.git
synced 2026-06-09 11:45:57 -05:00
issue: redis bandwidth consumption #6680
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 @jsweetzer-ea on GitHub (Oct 15, 2025).
Check Existing Issues
Installation Method
Git Clone
Open WebUI Version
0.6.33
Ollama Version (if applicable)
No response
Operating System
AWS ECS
Browser (if applicable)
No response
Confirmation
README.md.Expected Behavior
Redis bandwidth usage is reasonable and/or commensurate with functional gain; configuration of events emitted
Actual Behavior
We have 300+ users and peak around 150-175 active users across multiple regions. We're using Upstash as our redis provider and crossed 200GB bandwidth this month.
OpenWebUI generates a lot of traffic and a lot of this seems superfluous, at least at face value.
Our deployment is on ECS but in single task configuration.
I'm interested in whether this is percieved as an "issue" at medium-high user bases, a configuration issue on our end, or just a debate about whether events should be partly configurable (if not already and I've missed something?).
Thanks!
Steps to Reproduce
Activity associated with normal usage of 300+ users
Logs & Screenshots
n/a
Additional Information
No response