Skip to content

Commit

Permalink
[Refactor] 식단 크롤링 일요일 제외
Browse files Browse the repository at this point in the history
  • Loading branch information
hen715 committed Sep 10, 2024
1 parent 49ed1a6 commit 945eb26
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ public void initCafeteria() throws InterruptedException {
crawlCafeteria();
}

@Scheduled(cron = "0 5 0 * * ?")
@Scheduled(cron = "0 5 0 ? * MON-SAT")
public void jobCafeteria() throws InterruptedException {
crawlCafeteria();
}
Expand Down

0 comments on commit 945eb26

Please sign in to comment.