search-reindex-fix
Some checks failed
Deploy on push / deploy (push) Failing after 19s

This commit is contained in:
Untone 2024-02-29 13:43:41 +03:00
parent e656920f7b
commit 24cbba0746

View File

@ -134,7 +134,7 @@ class SearchService:
finally: finally:
self.lock.release() self.lock.release()
else: else:
logger.debug(' ..') logger.debug(' cant reindex at the moment')
def index(self, shout): def index(self, shout):
if self.client: if self.client: