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
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
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
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