AGENT별 Kakao 발송건수 통계 스케쥴러 실행시간 변경

This commit is contained in:
itn 2023-08-31 17:58:01 +09:00
parent 69400ed89f
commit cf03afe477

View File

@ -322,7 +322,8 @@ public class SchedulerUtil {
}
// AGENT별 Kakao 발송건수 통계 스케쥴러
@Scheduled(cron = "0 10,40 * * * *") // 10,40분마다 실행
//@Scheduled(cron = "0 10,40 * * * *") // 10,40분마다 실행
@Scheduled(cron = "0 47 * * * *") // 47분마다 실행
@SchedulerLock(name = "insertAgentKakaoCountStatByMinute", lockAtMostForString = ONE_MIN, lockAtLeastForString = ONE_MIN)
public void agentKakaoCountStatByMinuteInsert() throws Exception {
try {