ericwu0930
ericwu0930
I’m unsure if this is directly related, but the concurrency performance is poor. When making a single call, the response time is around 1 second. However, when I initiated 100...
@ZhenhangTung Coincidentally, I also tried using gunicorn instead of the original wsgi server and saw a 10x increase in concurrency performance. I hope to release this feature soon.
> > [@ZhenhangTung](https://github.com/ZhenhangTung) Coincidentally, I also tried using gunicorn instead of the original wsgi server and saw a 10x increase in concurrency performance. I hope to release this feature soon....
@KevinHuSh Yes, when I use the default wsgi server, the average is 50s. After the modification, the median is 6s. I think switching the wsgi server to gunicorn could solve...
@KevinHuSh No, I didn't set the rerank model. I think it uses the default rerank algorithm. 
@zyoung1212 @nareshrajkumar866 I use embedding saas from Qwen, and I think the monkey patch may conflict with Qwen'SDK dashscope. ```log 2025-06-06 09:54:03,859 ERROR 113 exception: Traceback (most recent call last):...
@zyoung1212 @KevinHuSh Hi all, while introducing Gunicorn can significantly improve concurrency performance, there may be unknown risks. I set up the service using the command gunicorn --workers=20, but encountered a...
@zyoung1212 @KevinHuSh @ZhenhangTung Another problem. Login error. After a restart, everything works normally, but after a period of time, I am unable to log in to Ragflow and logged out...
> @zyoung1212 @KevinHuSh @ZhenhangTung Another problem. Login error. After a restart, everything works normally, but after a period of time, I am unable to log in to Ragflow and logged...
> Hello, @ericwu0930 Could you please tell me what the startup parameters are for the above two issues (except the known --workers=20)? Are they using the sync mode or gevent...