You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug:
The implementation of stream output has been completed. However, the socket.io session lacks a load-balancing mechanism, causing significant processing speed degradation when sending a large volume of events. Additionally, screen output frequently stops.
To Reproduce:
Steps to reproduce the behavior:
Implement stream output.
Send a high volume of events continuously.
Monitor the screen output.
Expected behavior:
Expected continuous stream output without significant degradation in processing speed, even with high event volume.
Additional context:
After reviewing the code, it appears that the socket.io session lacks a load-balancing mechanism.
Could you please provide guidance on how to address this?
Additionally, I would like assistance with adding a load-balancing mechanism to the socket.io session.
The text was updated successfully, but these errors were encountered:
Could you please share a minimal example and/or whatever tooling you used for your stress testing?
Also, please share any measurements of what was going on your server (particularly CPU load, RAM usage, disk I/O). It might be that you just need to scale-up your deployment (e.g. have more instances running or beefier metal etc.).
Describe the bug:
The implementation of stream output has been completed. However, the socket.io session lacks a load-balancing mechanism, causing significant processing speed degradation when sending a large volume of events. Additionally, screen output frequently stops.
To Reproduce:
Steps to reproduce the behavior:
Expected behavior:
Expected continuous stream output without significant degradation in processing speed, even with high event volume.
Screenshots:
Desktop:
OS: Mac, Windows
Browser: Chrome, Edge, Safari
Version: Chainlit 1.1.404, 1.1.304
Additional context:
After reviewing the code, it appears that the socket.io session lacks a load-balancing mechanism.
Could you please provide guidance on how to address this?
Additionally, I would like assistance with adding a load-balancing mechanism to the socket.io session.
The text was updated successfully, but these errors were encountered: