-
Notifications
You must be signed in to change notification settings - Fork 61
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fail to get new connections #115
Comments
Metrics are in UTC, logs are in UTC+9:00 |
Thanks for the trace ! However, it shows that it is maxes out on 70 connections so the error is correct if you used the configuration in #110. Could you do another run and keep an eye on Also, if there is a problem check the output from Do you have a test case that I can use locally ? |
Sorry the problem is that I've only opened 60 connections (30 from each program) and after I I put the code in this repo |
This is very helpful, thank you ! Although you are missing a |
I have pushed a fix to The main issue is that the clients doesn't know about the cached connections since there is no prefill in play. I'll think some more about that scenario... |
I rerun the test on 5e01f52 for a few hours, nothing happened so far, still trying to trigger I've added |
ok, sounds good. My tests with your clients are successful now. |
Closing as there's nothing more I could find, it's a pleasure to work with you. |
This is a follow up for #110
Client would throw this error and not be able to connect through pgagroal
pg8000.exceptions.ProgrammingError: {'S': 'FATAL', 'V': 'FATAL', 'C': '53300', 'M': 'connection pool is full'}
The text was updated successfully, but these errors were encountered: