mirror of
https://github.com/danswer-ai/danswer.git
synced 2025-07-01 02:00:48 +02:00
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:
@ -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",
|
||||
]
|
||||
|
||||
|
Reference in New Issue
Block a user