mirror of
https://github.com/danswer-ai/danswer.git
synced 2025-07-01 02:00:48 +02:00
Deleting a connector should redirect to the indexing status page (#2504)
* Deleting a connector should redirect to the indexing status page * minor update to dev background jobs * update refresh logic * remove print statement --------- Co-authored-by: pablodanswer <pablo@danswer.ai>
This commit is contained in:
@ -26,6 +26,8 @@ def run_jobs(exclude_indexing: bool) -> None:
|
||||
"--pool=threads",
|
||||
"--concurrency=6",
|
||||
"--loglevel=INFO",
|
||||
"-Q",
|
||||
"celery,vespa_metadata_sync,connector_deletion",
|
||||
]
|
||||
|
||||
cmd_beat = [
|
||||
|
Reference in New Issue
Block a user