fix(sj_1.4.0-beta1):
1、修复重试重复告警
This commit is contained in:
parent
28eca544f7
commit
a4ef9cba95
@ -76,7 +76,7 @@ public abstract class AbstractRetryTaskAlarmSchedule extends AbstractSchedule im
|
||||
new LambdaQueryWrapper<RetrySceneConfig>()
|
||||
.gt(RetrySceneConfig::getId, startId)
|
||||
.eq(RetrySceneConfig::getSceneStatus, StatusEnum.YES.getStatus())
|
||||
.orderByDesc(RetrySceneConfig::getId)
|
||||
.orderByAsc(RetrySceneConfig::getId)
|
||||
).getRecords();
|
||||
return RetryTaskConverter.INSTANCE.toRetrySceneConfigPartitionTask(retrySceneConfigList);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user