Skip to content

Commit

Permalink
🩹 Close scheduler for crawling system
Browse files Browse the repository at this point in the history
  • Loading branch information
soonga00 committed Oct 6, 2024
1 parent fa4e422 commit 474e4dd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ public class ProblemCrawlingScheduler {
private final DailyProblemAdditionStrategy dailyProblemAdditionStrategy;
private final DiscordWebhookService discordWebhookService;

@Scheduled(cron = "0 55 23 * * TUE") // 코스 변경 요청을 처리한 후, user problem을 할당합니다.
// @Scheduled(cron = "0 55 23 * * TUE") // 코스 변경 요청을 처리한 후, user problem을 할당합니다.
public void scheduleAddProblemsForThisWeek() {
try {
String result = dailyProblemAdditionStrategy.addProblems();
Expand Down

0 comments on commit 474e4dd

Please sign in to comment.