issue: Undocumented Env Variable: REDIS_SENTINEL_MAX_RETRY_COUNT #145

Closed
opened 2026-02-15 17:15:21 -05:00 by yindo · 1 comment
Owner

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

Image
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 <img width="952" height="925" alt="Image" src="https://github.com/user-attachments/assets/120ce3b9-5f92-4adb-b043-f3efd0cbd762" />
yindo closed this issue 2026-02-15 17:15:21 -05:00
Author
Owner

@Classic298 commented on GitHub (Jan 29, 2026):

fixed in dev for now - will be merged to main and live on docs soon

THANKS!

@Classic298 commented on GitHub (Jan 29, 2026): fixed in dev for now - will be merged to main and live on docs soon THANKS!
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: open-webui/docs#145