전투시스템 상태 체크 스케줄

This commit is contained in:
2025-02-24 17:46:28 +09:00
parent cdea8e1780
commit 2b77a46ab6
2 changed files with 73 additions and 0 deletions

View File

@@ -181,6 +181,11 @@ public class ScheduleSetter {
// log.info("end landAuctionJob");
}
@Scheduled(cron = "6 * * * * *")
public void battleEventJob(){
dynamicScheduler.battleEventSchedule();
}
//web3
@Scheduled(cron = "1 * * * * *")
public void web3Job(){