mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-06 02:48:13 -05:00
[GH-ISSUE #24245] Dashboard shows stale data after lab report upload #58908
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 @har33sh on GitHub (Apr 29, 2026).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/24245
Problem
After a Patient uploads a Health Document, the Processing Agent runs synchronously (awaited inline), but the Wiki Agent and UI Agent run asynchronously via
asyncio.ensure_future. If the Patient opens the dashboard immediately after upload, they see stale data (or nothing on first upload).Code reference:
web-ui/backend/open_webui/routers/wiki_lab_reports.pylines ~270-300Options
Context
Found during grill session on CONTEXT.md — the example dialogue implies a fully sequential flow, which doesn't match the actual implementation.
@pr-validator-bot commented on GitHub (Apr 29, 2026):
⚠️ Missing Issue Title Prefix
@har33sh, your issue title is missing a prefix (e.g.,
bug:,feat:,docs:).Please update your issue title to include one of the following prefixes:
Example:
bug: Login fails when using special characters in password@Classic298 commented on GitHub (Apr 29, 2026):
????????????????????????????????????????????????????