执行器出错,非流程重大异常,不需停止作业

This commit is contained in:
td_zhangyu 2020-01-02 17:24:19 +08:00
parent 0bba4cee55
commit df819d8e3c

View File

@ -204,7 +204,6 @@ public class Spider {
} catch (Throwable t) {
nVariables.put("ex", t);
logger.error("执行节点[{}:{}]出错,异常信息:{}", node.getNodeName(), node.getNodeId(), t);
context.setRunning(false);
} finally {
if (node.isSync()) {
context.lock();