mirror of
https://git.vectorsigma.ru/public/tubearchivist.git
synced 2026-08-04 23:59:24 +00:00
hotfix: garantee new redis vars at startup, #372
This commit is contained in:
@@ -28,9 +28,9 @@ class StartupCheck:
|
|||||||
print("run startup checks")
|
print("run startup checks")
|
||||||
self.es_version_check()
|
self.es_version_check()
|
||||||
self.release_lock()
|
self.release_lock()
|
||||||
ElasitIndexWrap().setup()
|
|
||||||
self.sync_redis_state()
|
self.sync_redis_state()
|
||||||
self.set_redis_conf()
|
self.set_redis_conf()
|
||||||
|
ElasitIndexWrap().setup()
|
||||||
self.make_folders()
|
self.make_folders()
|
||||||
clear_dl_cache(self.config_handler.config)
|
clear_dl_cache(self.config_handler.config)
|
||||||
self.snapshot_check()
|
self.snapshot_check()
|
||||||
|
|||||||
Reference in New Issue
Block a user