From 209928a9ea3a69757fb262e8e881c74085c7a1b3 Mon Sep 17 00:00:00 2001 From: shankar ambady Date: Mon, 17 Nov 2025 14:53:48 -0500 Subject: [PATCH] add task decorator back to command --- vector_search/tasks.py | 1 + 1 file changed, 1 insertion(+) diff --git a/vector_search/tasks.py b/vector_search/tasks.py index 5594fd78fa..67f909082b 100644 --- a/vector_search/tasks.py +++ b/vector_search/tasks.py @@ -497,6 +497,7 @@ def _sentry_healthcheck_log(healthcheck, alert_type, context, message): sentry_sdk.capture_message(message) +@app.task def sync_topics(): """ Sync topics to the Qdrant collection