imbajin commented on issue #176: URL: https://github.com/apache/incubator-hugegraph-ai/issues/176#issuecomment-2687104734
> [<img alt="" width="16" height="16" src="https://avatars.githubusercontent.com/u/17706099?u=2f3f6cb6eee585e9925f80a8efbd53db639b2bae&v=4&size=80">@imbajin](https://github.com/imbajin?rgh-link-date=2025-02-27T04%3A54%3A23.000Z) Please assign this task to me. **Cause of the Problem:** Blocking and Queuing Behavior: Gradio, by default, has a concurrency limit of 1. This causes blocking when multiple users or windows are accessing the application simultaneously. No Asynchronous Execution: The current implementation does not specify concurrency_limit, leading to sequential execution. Queue Configuration: If queue() is not configured properly, tasks are processed one at a time. Thanks & assigned, but why Gradio set it(concurrency) to `1`? (Really confused) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: issues-unsubscr...@hugegraph.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@hugegraph.apache.org For additional commands, e-mail: issues-h...@hugegraph.apache.org