|
@@ -88,7 +88,7 @@ public class HomeController {
|
|
/**
|
|
/**
|
|
* 매분 지정한 초 마다
|
|
* 매분 지정한 초 마다
|
|
*/
|
|
*/
|
|
- @Scheduled(cron = "50 * * * * *", zone = "Asia/Seoul")
|
|
|
|
|
|
+ @Scheduled(cron = "47 * * * * *", zone = "Asia/Seoul")
|
|
public void sendTask2() {
|
|
public void sendTask2() {
|
|
pushController.selectSendPushList();
|
|
pushController.selectSendPushList();
|
|
pushController.everyDayPushSend();
|
|
pushController.everyDayPushSend();
|