Use PaperlessTask for llmindex

This commit is contained in:
shamoon
2025-04-29 19:40:05 -07:00
parent 84e17535fc
commit 96daa5eb18
9 changed files with 82 additions and 48 deletions

View File

@@ -211,9 +211,6 @@ class TestCeleryScheduleParsing(TestCase):
"schedule": crontab(minute=10, hour=2),
"options": {
"expires": self.LLM_INDEX_EXPIRE_TIME,
"kwargs": {
"progress_bar_disable": True,
},
},
},
},
@@ -273,9 +270,6 @@ class TestCeleryScheduleParsing(TestCase):
"schedule": crontab(minute=10, hour=2),
"options": {
"expires": self.LLM_INDEX_EXPIRE_TIME,
"kwargs": {
"progress_bar_disable": True,
},
},
},
},
@@ -327,9 +321,6 @@ class TestCeleryScheduleParsing(TestCase):
"schedule": crontab(minute=10, hour=2),
"options": {
"expires": self.LLM_INDEX_EXPIRE_TIME,
"kwargs": {
"progress_bar_disable": True,
},
},
},
},