mirror of
https://github.com/open-webui/docs.git
synced 2026-07-20 15:38:19 -04:00
issue: Undocumented Env Variable: REDIS_SENTINEL_MAX_RETRY_COUNT #145
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 @ctolon on GitHub (Jan 28, 2026).
This environment variable not documented: https://docs.openwebui.com/getting-started/env-configuration/
In Sentinel deployments, a very important variable for HA (in terms of allowing time for automatic failover; if down-after-milliseconds is high for sentinel, this value is tuned accordingly, otherwise the service drops during deployments due to can't reconnect with provided scope) would be very helpful if it were added to the documentation in general.
Besides, I know this isn't the right place for this, but we can't specify a delay between retries, and the retries are happening too quickly. It would be great if we could add a delay as a configuration between retries (otherwise, because the retries are happening so fast, if the master drops in Sentinel mode, the service will drop again before a new master is selected).
Reference: https://github.com/open-webui/open-webui/blob/main/backend/open_webui/utils/redis.py L#48
@Classic298 commented on GitHub (Jan 29, 2026):
fixed in dev for now - will be merged to main and live on docs soon
THANKS!