-
Notifications
You must be signed in to change notification settings - Fork 80
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
Open DB connection buildup #164
Comments
Do you use You can try to change parameter |
I'm not using the standard postgres When does the omaha server decide to open a new DB connection? Because opening and closing DB connections is expensive, I would expect it to only open a few connections. When I apply load (250 users/second hitting BTW, I should have plenty of connections available:
|
It's a good question. I've tested this use case and I saw 50 connections which were not closed. Currently, I have no idea why it happens. I've added the issue into our task list, I'll check it a little bit later. |
Hi there, we do experience the same issue. Did you had some findings in the past?
|
In testing our deployment of the omaha server to Elastic Beanstalk, one thing that we've observed is that some DB connections seem to remain open and build up over time, never closing and eventually causing the DB to become unresponsive. Looking at the code, it appears that these should close automatically after 60 seconds. Are there any known issues around this?
The text was updated successfully, but these errors were encountered: