-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
OCT-2282: Lowering the db connection pool size & adding settings for …
…it (#594) ## Description To better handle the pool size of postgres we lowered the pool size from 100 and moved params to dedicated config. The issue probably is due to the fact that pg has (default) 100 connection and pool size of sqlalchemy was equal to it, causing overflows / connection drops because of reached limit.
- Loading branch information
Showing
2 changed files
with
12 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters