This commit is contained in:
pablonyx 2025-03-06 17:26:09 -08:00
parent cff23c7c63
commit a49039565c

View File

@ -284,6 +284,5 @@ celery_app.autodiscover_tasks(
"onyx.background.celery.tasks.shared",
"onyx.background.celery.tasks.vespa",
"onyx.background.celery.tasks.llm_model_update",
"onyx.background.celery.tasks.tenant_provisioning",
]
)