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?