chengcxy opened a new issue #1940: [BUG] 子工作流sub_process的定时逻辑bug 导致子工作流重复执行 URL: https://github.com/apache/incubator-dolphinscheduler/issues/1940  这里我有3个工作流,a,b,all 其中all是总调度流 使用sub_process组件 将a和b串行(a>b) 对all设置了定时 00:15 对b设置了定时00:40(数据00:30 才会写到b要读的表里 因此需要设定一个时间大于00:30) 此时就会有一个极端情况下的bug all工作流里的a从00:15开始执行 但是a的结束时间 >00:40 假设是00:50,那么在00:40分a未执完的情况下b的定时调度就启动了 等到了00:50分 all工作流里的b又会被启动 造成b重复
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
