Skip to content

Commit

Permalink
재 테스트
Browse files Browse the repository at this point in the history
  • Loading branch information
persi0815 committed Aug 21, 2024
1 parent 7c054ef commit bb1c269
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ else if(startDate.isAfter(ChronoLocalDate.from(today))){
jobRepository.save(jobEntity); // 완료
}

@Scheduled(cron = "0 15 3 * * *", zone = "Asia/Seoul") // 기존 1시. 3시 15분으로 테스트
@Scheduled(cron = "0 30 3 * * *", zone = "Asia/Seoul") // 기존 1시. 3시 30분으로 테스트
private void putPerfListEveryDayDev(){
putPerfList();
}
Expand Down

0 comments on commit bb1c269

Please sign in to comment.