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