temporarily disable es version check for testing

This commit is contained in:
simon 2022-07-04 16:43:13 +07:00
parent 6d59da4c86
commit 63a1237683
No known key found for this signature in database
GPG Key ID: 2C15AA5E89985DD4
1 changed files with 1 additions and 2 deletions

View File

@ -1,7 +1,6 @@
"""handle custom startup functions"""
import os
import sys
from django.apps import AppConfig
from home.src.es.connect import ElasticWrap
@ -105,7 +104,7 @@ class StartupCheck:
"required elasticsearch version: "
+ f"{self.MIN_MAJOR}.{self.MIN_MINOR}"
)
sys.exit(1)
# sys.exit(1)
print("elasticsearch version check passed")