Commit 4995e8c8 authored by litengwei's avatar litengwei

规则回掉监听器阻塞问题解决

parent 8d4e0e45
......@@ -17,6 +17,7 @@ public class ContingencyLogListener implements ApplicationListener<ContingencyEv
@Override
public void onApplicationEvent(ContingencyEvent event) {
// 预案启动规则回掉过慢问题注释
// ruleRunningSnapshotService.reacordPlan(event.getTopic(), event.getMsgType(), event.getMsgBody(), event.getContingency());
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment