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
When running a Postgres instance I sometimes get back:
[ERROR] Connection request timed out. This might indicate a connection deadlock in your application.
I've tried updating the connectionPoolTimeout to 1 min but still get this error. It also usually gets up throwing many of these errors in a row until (maybe?) the connection recovers?
Describe the bug
When running a Postgres instance I sometimes get back:
I've tried updating the connectionPoolTimeout to 1 min but still get this error. It also usually gets up throwing many of these errors in a row until (maybe?) the connection recovers?
It has to deal with maybe 40/50 incoming requests at the same time. It seems to usually do fine when only 5/10 requests are arriving.
To Reproduce
Setup postgres instance with the above
init
and send maybe 40/50 to the vapor server which processes a filter to retrieve some object from the db.Expected behavior
A clear and concise description of what you expected to happen.
Environment
note: no Package.resolved file was found.
framework: not found
toolbox: 18.3.0
Not sure why framework is not found.
This is running on kubernetes dockerized using the default dockerfile more or less.
The text was updated successfully, but these errors were encountered: