[NO-ISSUE] Change schdule
This commit is contained in:
parent
ea6909201c
commit
d9cf934eab
|
@ -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);
|
||||||
|
|
Loading…
Reference in New Issue