Skip to content
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

HOTFIX: Allow more simultaneous connections to the database #197

Merged
merged 1 commit into from
Aug 1, 2024

Conversation

omar-selo
Copy link
Collaborator

Description

API is struggling right now on production due to not enough connections available. This increases the amount. Postgresql currently can handle 100 connections concurrently. But I've set it to 20+30=50 in api server so that in the future we can add another api replica. I hope this is enough.

Copy link
Contributor

@andrejvelichkovski andrejvelichkovski left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@omar-selo omar-selo merged commit fe6577a into main Aug 1, 2024
1 of 2 checks passed
@omar-selo omar-selo deleted the increase-db-connections-size branch August 1, 2024 08:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants