|
@@ -447,7 +447,7 @@ public class RabbitMqListener {
|
|
|
|
|
|
if (building.compareTo(1L) > 0) {
|
|
|
log.error("服务:{},重复构建:{},构建次数:{}", SysConstants.hostName, buildLog.getSceneNum(),building);
|
|
|
- throw new BuildException(ModelingBuildStatus.REPEAT);
|
|
|
+// throw new BuildException(ModelingBuildStatus.REPEAT);
|
|
|
} else {
|
|
|
redisUtil.expire(key, Integer.toUnsignedLong(SysConstants.modelTimeOut * 3600));
|
|
|
}
|