We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 405151e + 5d81130 commit 69ee957Copy full SHA for 69ee957
1 file changed
monew-batch/src/main/java/com/monew/monew_batch/article/scheduler/AricleBackupScheduler.java
@@ -19,8 +19,8 @@ public class AricleBackupScheduler {
19
20
private final AricleBackupService aricleBackupService;
21
22
-// @Scheduled(cron = "0 20 4 * * *", zone = "Asia/Seoul")
23
- @Scheduled(fixedRate = 600000) // 테스트용
+ @Scheduled(cron = "0 20 4 * * *", zone = "Asia/Seoul")
+// @Scheduled(fixedRate = 600000) // 테스트용
24
public void backupNews() {
25
log.info("🗄 뉴스 백업 시작");
26
aricleBackupService.backupAllArticles();
0 commit comments