Skip to content

fix: fix the bug that the config task and the metrics are repeatedly created...

yangyixiang@ihep.ac.cn requested to merge fix_bug_of_metric_on_testbed into main

LEC和HEC本来应该不会在同一个进程内创建。但是在测试床上,是在一个进程内使用不同的线程分别运行LEC和HEC。这种时ConfigTask 以及配置的Metric会被重复创建。本commit将创建ConfigTask的过程用函数包起来,确保只调用一次

Merge request reports