Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove orphaned update_search_index task #2803

Merged
merged 1 commit into from Sep 24, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
5 changes: 0 additions & 5 deletions kpi/tasks.py
Expand Up @@ -5,11 +5,6 @@
from kpi.models import ImportTask, ExportTask


@shared_task
def update_search_index():
call_command('update_index', using=['default',], remove=True)


@shared_task
def import_in_background(import_task_uid):
import_task = ImportTask.objects.get(uid=import_task_uid)
Expand Down