Skip to content

Commit

Permalink
Update DiverseMovieSchedule.java
Browse files Browse the repository at this point in the history
  • Loading branch information
AlmondBreez3 authored Feb 26, 2024
1 parent 5e522ad commit f230714
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
public class DiverseMovieSchedule {
private final DiverseMovieService diverseMovieService;
//매 주 월요일 0시 0분에 실행되도록 cron 설정
@Scheduled(cron = "0 0 1 * * SUN")
@Scheduled(cron = "0 0 2 * * SUN")
public void scheduledMethod() {
// 수요일에 실행될 로직을 여기에 작성
diverseMovieService.getTopRated();
Expand Down

0 comments on commit f230714

Please sign in to comment.