[NO-ISSUE] Change schdule
This commit is contained in:
@@ -21,7 +21,7 @@ public class ParseEventEmitter {
|
|||||||
this.crawlHandlers = crawlHandlers;
|
this.crawlHandlers = crawlHandlers;
|
||||||
}
|
}
|
||||||
|
|
||||||
@Scheduled(cron = "0 0/5 * * * ?")
|
@Scheduled(cron = "0 0/15 * * * ?")
|
||||||
public void emit() {
|
public void emit() {
|
||||||
log.info("[emit] trigger fired!");
|
log.info("[emit] trigger fired!");
|
||||||
crawlHandlers.forEach(CrawlHandler::handle);
|
crawlHandlers.forEach(CrawlHandler::handle);
|
||||||
|
|||||||
Reference in New Issue
Block a user