[NO-ISSUE] Change schdule

This commit is contained in:
woozu-shin 2024-05-15 23:30:20 +09:00
parent ea6909201c
commit d9cf934eab
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ public class ParseEventEmitter {
this.crawlHandlers = crawlHandlers;
}
@Scheduled(cron = "0 0/5 * * * ?")
@Scheduled(cron = "0 0/15 * * * ?")
public void emit() {
log.info("[emit] trigger fired!");
crawlHandlers.forEach(CrawlHandler::handle);