refactored-starting
Some checks failed
Deploy on push / deploy (push) Failing after 9s

This commit is contained in:
2024-08-07 09:51:09 +03:00
parent 60a56fd098
commit d4982017f6
10 changed files with 220 additions and 323 deletions

View File

@@ -6,7 +6,7 @@ import os
from opensearchpy import OpenSearch
from utils.encoders import CustomJSONEncoder
from cache.rediscache import redis
from services.redis import redis
# Set redis logging level to suppress DEBUG messages
logger = logging.getLogger("search")