超时通知
This commit is contained in:
parent
28146606fe
commit
2ac02c19d3
@ -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);
|
||||||
|
Loading…
Reference in New Issue
Block a user