Feature/postgres connection names (#1998)

* avoid reindexing secondary indexes after they succeed

* use postgres application names to facilitate connection debugging

* centralize all postgres application_name constants in the constants file

* missed a couple of files

* mypy fixes

* update dev background script
This commit is contained in:
rkuo-danswer
2024-07-31 13:36:30 -07:00
committed by GitHub
parent 40226678af
commit 7c283b090d
9 changed files with 73 additions and 7 deletions

View File

@ -24,7 +24,7 @@ def run_jobs(exclude_indexing: bool) -> None:
"ee.danswer.background.celery.celery_app",
"worker",
"--pool=threads",
"--concurrency=16",
"--concurrency=6",
"--loglevel=INFO",
]