mirror of
https://github.com/tubearchivist/tubearchivist
synced 2024-11-02 09:41:07 +00:00
hotfix: garantee new redis vars at startup, #372
This commit is contained in:
parent
c06f6c68b4
commit
bf6cd01d80
@ -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()
|
||||||
|
Loading…
Reference in New Issue
Block a user