hotfix: garantee new redis vars at startup, #372

pull/374/head
simon 2 years ago
parent c06f6c68b4
commit bf6cd01d80
No known key found for this signature in database
GPG Key ID: 2C15AA5E89985DD4

@ -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()

Loading…
Cancel
Save