[PPN-13] Deal with new page board structure

This commit is contained in:
woo-jin.shin
2022-01-02 12:48:10 +09:00
parent 8eb431a812
commit 6d315e2a9f
8 changed files with 120 additions and 53 deletions

View File

@@ -28,7 +28,7 @@ public class ParseEventEmitter {
this.processorAPIService = processorAPIService;
}
@Scheduled(fixedRate = 300 * 1000L)
@Scheduled(fixedRate = 600 * 1000L)
public void emitBoards() {
log.info("[emitDomesticBoard] trigger fired!");
Arrays.stream(PpomppuBoardName.values())