Skip to content

Commit

Permalink
delete log
Browse files Browse the repository at this point in the history
  • Loading branch information
lemon committed Sep 20, 2023
1 parent cef63b2 commit e781ae3
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3474,7 +3474,6 @@ public void run(TaskDto taskDto, UserDetail user) {
try {
if (settingsService.isCloud()) {
CalculationEngineVo calculationEngineVo = taskScheduleService.cloudTaskLimitNum(taskDto, user, true);
log.info("taskId:{},calculationEngineVo:{}",taskDto.getId().toHexString(), JSON.toJSONString(calculationEngineVo));
if (calculationEngineVo.getRunningNum() >= calculationEngineVo.getTaskLimit()) {
throw new BizException("Task.ScheduleLimit");
}
Expand Down

0 comments on commit e781ae3

Please sign in to comment.