[skip ci]Add comments in chaos commons (#9272)

Signed-off-by: yanliang567 <yanliang.qiao@zilliz.com>
pull/9286/head
yanliang567 2021-10-05 20:37:34 +08:00 committed by GitHub
parent 2640dfebc6
commit 3fe23a09f2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

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