We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Max DB connections is set to 20. After some running period I see DB connections is growing to more than 100. I'm using Postgres as DB.
DB currently have a limit of 100, so after this max is reached CDS is hanging. The setup I'm using currently is:
cds-engine start api ui cdn hooks vcs repositories hatchery:local so 1 process for all services. Local hatchery. max workers is set to 4.
I do have a couple of workflows building my apps.
attached a part of the logfile after a clean start.
cds-engine.log
The text was updated successfully, but these errors were encountered:
Thank you @ebo-bpi , we will investigate this behaviour.
Sorry, something went wrong.
No branches or pull requests
Max DB connections is set to 20.
After some running period I see DB connections is growing to more than 100.
I'm using Postgres as DB.
DB currently have a limit of 100, so after this max is reached CDS is hanging.
The setup I'm using currently is:
cds-engine start api ui cdn hooks vcs repositories hatchery:local
so 1 process for all services.
Local hatchery.
max workers is set to 4.
I do have a couple of workflows building my apps.
attached a part of the logfile after a clean start.
cds-engine.log
The text was updated successfully, but these errors were encountered: