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