mirror of
https://gitee.com/milvus-io/milvus.git
synced 2026-01-07 19:31:51 +08:00
[skip ci]Add comments in chaos commons (#9272)
Signed-off-by: yanliang567 <yanliang.qiao@zilliz.com>
This commit is contained in:
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…
x
Reference in New Issue
Block a user