We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0c0cd33 + d60559c commit af6532aCopy full SHA for af6532a
celery_haystack/signals.py
@@ -42,4 +42,3 @@ def enqueue(self, action, instance, sender, **kwargs):
42
if action == 'update' and not index.should_update(instance):
43
continue
44
enqueue_task(action, instance)
45
- return # Only enqueue instance once
0 commit comments