인게임메시지 스케줄 버그 수정
This commit is contained in:
@@ -72,10 +72,6 @@ public class NoticeScheduler extends CommonScheduler {
|
|||||||
noticeList.forEach(notice -> {
|
noticeList.forEach(notice -> {
|
||||||
String key = "notice-" + notice.getId();
|
String key = "notice-" + notice.getId();
|
||||||
if (!schedulerService.isTaskExist(key)) {
|
if (!schedulerService.isTaskExist(key)) {
|
||||||
if(notice.getEndDt().isBefore(startTime)){
|
|
||||||
noticeService.updateNoticeStatus(notice.getId(), InGame.SENDSTATUS.FAIL);
|
|
||||||
return;
|
|
||||||
}
|
|
||||||
processedCount.incrementAndGet();
|
processedCount.incrementAndGet();
|
||||||
|
|
||||||
Runnable taskRunner = new Runnable() {
|
Runnable taskRunner = new Runnable() {
|
||||||
|
|||||||
Reference in New Issue
Block a user