3👍
This is due to a racing condition occurring in UnifiedIndex class of haystack.utils. It is supposed to be solved in django-haystack 2.4.
You can read all about it here.
Try using search_view_factory as it thread-safe unlike the traditional SearchView.
Source:stackexchange.com