Browse Source

bug修复

master
luogw 1 month ago
parent
commit
dc0b8a232c
  1. 1
      src/main/java/com/project/interaction/utils/NotifyUtil.java

1
src/main/java/com/project/interaction/utils/NotifyUtil.java

@ -50,7 +50,6 @@ public class NotifyUtil {
Duration.ofSeconds(WARN_LOCK_EXPIRE_SECONDS) Duration.ofSeconds(WARN_LOCK_EXPIRE_SECONDS)
); );
if (!acquired) { if (!acquired) {
log.debug(">>> [算法生题 API 调用失败通知] 任务{}在 1 小时内已发送过,跳过", taskId);
return; return;
} }

Loading…
Cancel
Save