超时通知

This commit is contained in:
nyoung 2024-09-05 23:54:59 +08:00
parent 2ac02c19d3
commit 09201931a4

View File

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