mirror of
https://github.com/open-webui/open-webui.git
synced 2026-07-16 06:03:26 -05:00
[GH-ISSUE #11166] Entire website freeze when pipeline wait API to response #70736
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 @KenKout on GitHub (Mar 4, 2025).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/11166
Bug Report
Installation Method
Docker Compose
Environment
Description
Bug Summary:
I use sonar-deep-research by using this pipeline to show citations and got this issue
Reproduction Details
Steps to Reproduce:
Logs and Screenshots
Screenshots/Screen Recordings (if applicable):
https://github.com/user-attachments/assets/94079e1e-0e6d-4c3a-a2f4-c3779e28727d
Potential issue
https://stackoverflow.com/questions/71516140/fastapi-runs-api-calls-in-serial-instead-of-parallel-fashion
@tjbck commented on GitHub (Mar 4, 2025):
asyncshould be used.@KenKout commented on GitHub (Mar 5, 2025):
May I ask you if you have any script that uses async ? I have tried many times but none of it worked