We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6545134 commit 210aa5dCopy full SHA for 210aa5d
src/main/java/observer/backend/service/CrawlerService.java
@@ -145,7 +145,7 @@ public List<String[]> parallelCrawling() {
145
return allResults;
146
}
147
148
- @Scheduled(cron = "0 56 19 * * ?")
+ @Scheduled(cron = "0 0 4 * * ?")
149
public void scheduleCrawling() {
150
log.info("Scheduled crawling started...");
151
try {
0 commit comments