hotfix: garantee new redis vars at startup, #372

This commit is contained in:
simon 2022-12-02 15:45:46 +07:00
parent c06f6c68b4
commit bf6cd01d80
No known key found for this signature in database
GPG Key ID: 2C15AA5E89985DD4
1 changed files with 1 additions and 1 deletions

View File

@ -28,9 +28,9 @@ class StartupCheck:
print("run startup checks")
self.es_version_check()
self.release_lock()
ElasitIndexWrap().setup()
self.sync_redis_state()
self.set_redis_conf()
ElasitIndexWrap().setup()
self.make_folders()
clear_dl_cache(self.config_handler.config)
self.snapshot_check()