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:
hagen-danswer
2024-09-18 14:38:35 -07:00
committed by GitHub
parent 54bb79303c
commit f3cea79c1c
2 changed files with 35 additions and 1 deletions

View File

@ -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 = [