AGENT별 Kakao 발송건수 통계 스케쥴러 실행시간 변경
This commit is contained in:
parent
69400ed89f
commit
cf03afe477
@ -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 {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user