Bugfix/pg connections (#2002)

* increase max_connections to 150 in all docker files

* lower celery worker concurrency to 6
This commit is contained in:
rkuo-danswer
2024-07-31 12:49:20 -07:00
committed by GitHub
parent 5307d38472
commit 288e6fa606
7 changed files with 7 additions and 1 deletions

View File

@@ -40,6 +40,7 @@ spec:
secretKeyRef:
name: danswer-secrets
key: postgres_password
args: ["-c", "max_connections=150"]
ports:
- containerPort: 5432
volumeMounts: