超时通知

This commit is contained in:
nyoung 2024-09-05 23:53:10 +08:00
parent 28146606fe
commit 2ac02c19d3

View File

@ -114,7 +114,7 @@ public class RedissonDelayQueue {
// 移除原来的
removeAllTasks(taskDto.getRescueInfoId());
// 在新创建定时任务
offerTask(task, UserConstants.RESCUE_TIME);
// offerTask(task, UserConstants.RESCUE_TIME);
} catch (Exception e) {
// 记录并打印异常信息
log.error("发生错误", e);