mirror of https://github.com/milvus-io/milvus.git
[skip ci]Add comments in chaos commons (#9272)
Signed-off-by: yanliang567 <yanliang.qiao@zilliz.com>pull/9286/head
parent
2640dfebc6
commit
3fe23a09f2
|
@ -31,6 +31,7 @@ def gen_experiment_config(yaml):
|
|||
|
||||
|
||||
def start_monitor_threads(checkers={}):
|
||||
"""start the threads by checkers"""
|
||||
threads = {}
|
||||
for k, ch in checkers.items():
|
||||
t = threading.Thread(target=ch.keep_running, args=())
|
||||
|
|
Loading…
Reference in New Issue