Error: 25 concurrent connections hard limit

Hello. I got this error: reached hard limit of 25 concurrent connections. This usually indicates your app is not closing connections properly or is not closing them fast enough for the traffic levels it is handling. Scaling resources, number of instances or increasing your hard limit might help.

But my web app only had like 2 or 3 concurrent visitors. What could be the problem?

1 Like

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.