Support for Concurrent Users #1688

Closed
opened 2025-11-11 14:50:10 -06:00 by GiteaMirror · 0 comments
Owner

Originally created by @spammenotinoz on GitHub (Aug 5, 2024).

Currently with two users, the system will only complete requests sequentially. This is the case even when users are using different LiteLLM model providers, and particularly evident when 1 of the 2 users is generating pictures.

Would like the ability for the system to handle parallel API requests to different and\or the same provider.

Have considered deploying Open-WebUI locally for both users or load balancing Open-WebUI itself, but seems extreme for 2 users.

From the comments I hear people with multiple users, wondering if I did something really dumb in the setup.
PS: Latest Image "docker.io/open-webui/open-webui:latest", but this issue has always existed for me, so perhaps user error.

Originally created by @spammenotinoz on GitHub (Aug 5, 2024). Currently with two users, the system will only complete requests sequentially. This is the case even when users are using different LiteLLM model providers, and particularly evident when 1 of the 2 users is generating pictures. Would like the ability for the system to handle parallel API requests to different and\or the same provider. Have considered deploying Open-WebUI locally for both users or load balancing Open-WebUI itself, but seems extreme for 2 users. From the comments I hear people with multiple users, wondering if I did something really dumb in the setup. PS: Latest Image "docker.io/open-webui/open-webui:latest", but this issue has always existed for me, so perhaps user error.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/open-webui#1688