修改超时时间
parent
a48c84134a
commit
3579288fad
|
@ -399,6 +399,7 @@ public class TaskInfoServiceImpl extends ServiceImpl<TaskInfoMapper, TaskInfo> i
|
|||
for (NodeRule nodeRule : list) {
|
||||
Result<RuleEngineVersion> result = ruleConfig.findVersionById(nodeRule.getRuleId());
|
||||
RuleEngineVersion data = result.getData();
|
||||
log.info("className:{}",data.getClassName());
|
||||
final Future<DataValue[][]> finalCurrentFuture = currentFuture;
|
||||
log.info(finalCurrentFuture);
|
||||
Callable<DataValue[][]> task = () -> {
|
||||
|
|
Loading…
Reference in New Issue