|
|
@@ -65,7 +65,7 @@ public class ProjectStagingServiceImpl extends ServiceImpl<ProjectStagingMapper, |
|
|
|
log.info("没有对应重试间隔时间 添加重试信息失败"); |
|
|
|
return Boolean.FALSE; |
|
|
|
} |
|
|
|
Integer addSeconds = projectStatusFlowUtil.intervalTimeMap.get(retryTimes); |
|
|
|
Integer addSeconds = projectStatusFlowUtil.intervalTimeMap.get(projectStaging.getRetryTimes()); |
|
|
|
Boolean dead = Boolean.FALSE; |
|
|
|
//超过重试最大次数 dead置为 true |
|
|
|
if(retryTimes.compareTo(StagingContant.Retry.MAX_RETRY_TIMES) > 0){ |
|
|
|