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

This commit is contained in:
itn 2023-08-31 18:06:36 +09:00
parent cf03afe477
commit 8c060e0dfb

View File

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