Skip to content

Commit 2821e76

Browse files
authored
add task decorator back to command (#2712)
1 parent 2403fb7 commit 2821e76

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

vector_search/tasks.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -497,6 +497,7 @@ def _sentry_healthcheck_log(healthcheck, alert_type, context, message):
497497
sentry_sdk.capture_message(message)
498498

499499

500+
@app.task
500501
def sync_topics():
501502
"""
502503
Sync topics to the Qdrant collection

0 commit comments

Comments
 (0)