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

Using Postgresql lowdefy seems to just create new connections and never close idle ones. #1512

Open
cyborg-x1 opened this issue Mar 1, 2023 · 1 comment
Labels
Bug Something isn't working

Comments

@cyborg-x1
Copy link

Describe the bug

Connections to Postgresql seem to be kept idle, while new connections are created.

To Reproduce

Use Postgresql requests and access the system with many users. At some point there should be the error that there are to many connections for Postgresql.

Solutions

Set database connection timeout to something like 10 seconds, increase maximum connections. So postgesql terminates idle connections. If many users accessing this still might lead to too many connections.

Lowdefy Version

3.23.3

@cyborg-x1 cyborg-x1 added the Bug Something isn't working label Mar 1, 2023
@Gervwyk
Copy link
Member

Gervwyk commented Sep 1, 2023

#1370

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants