mirror of
https://github.com/open-webui/open-webui.git
synced 2026-07-16 14:39:31 -05:00
[GH-ISSUE #7630] Feature request - add autosampler/ trigger to the config on the DB #101817
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 @itaybar on GitHub (Dec 5, 2024).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/7630
Right now, if you are running on k8s and multiple instances, an you change something in config it changes in the DB and the pod that made the changes.
I suggest to add to the back end trigger on the config table, so each change on instance is made there is no need to reset the other ones