Performance Issues with Langflow in Production (High Rollback Rate in PostgreSQL) #6322
Unanswered
Sanath1603
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I have implemented Langflow for production use with a small number of users. However, when multiple users access the system concurrently, it becomes very slow. Most of the time, it either hangs (with continuous UI refreshing) or shows connection expiry errors.
Upon checking our PostgreSQL database, we noticed that around 70% of the transactions are getting rolled back. Despite this, all the data seems to be stored correctly, and we are not seeing any errors in the backend.
How can we resolve this issue? Any insights would be greatly appreciated.
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions