mirror of
https://github.com/open-webui/open-webui.git
synced 2026-07-28 17:59:25 -05:00
[GH-ISSUE #24400] issue: In Multi-worker environments, updating a tool only updates the code on one worker #74890
Reference in New Issue
Block a user
Originally created by @Classic298 on GitHub (May 6, 2026).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/24400
@owui-terminator[bot] commented on GitHub (May 6, 2026):
🔍 Similar Issues Found
I found some existing issues that might be related. Please check if any of these are duplicates or contain helpful solutions:
#19395 issue: allowlist for models not persisting in multi worker environment
by Classic298 ·
bug#17757 issue: Native tool-calling overwrites tool-emitted chat message updates
by brandco ·
bug#17252 issue: Enabled tool servers and available tools count don't match after switching models
by willdady ·
bug#17047 issue: Multiple tool calls cause repetitive text output
by pairwiserr ·
bug#12214 issue: Tool Calls result overrides previous tools messages sent
by ivanwong1989 ·
bug💡 If this is a duplicate, consider closing it and adding details to the existing issue.
This comment was generated automatically. React with 👍 if helpful, 👎 if not.
@Classic298 commented on GitHub (May 6, 2026):
https://github.com/open-webui/open-webui/pull/23896
@Classic298 commented on GitHub (May 7, 2026):
Fixed by https://github.com/open-webui/open-webui/pull/24433
@tjbck commented on GitHub (May 8, 2026):
Addressed.