전투시스템 상태 체크 스케줄
This commit is contained in:
@@ -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(){
|
||||
|
||||
Reference in New Issue
Block a user