This commit is contained in:
@@ -32,8 +32,8 @@ public class MonitoringScheduler {
|
|||||||
|
|
||||||
private final NotificationService notificationService;
|
private final NotificationService notificationService;
|
||||||
|
|
||||||
// @Scheduled(cron = "0 1 2 * * *", zone = "Europe/Moscow")
|
@Scheduled(cron = "0 1 2 * * *", zone = "Europe/Moscow")
|
||||||
@Scheduled(cron = "0 */2 * * * *", zone = "Europe/Moscow")
|
// @Scheduled(cron = "0 */2 * * * *", zone = "Europe/Moscow")
|
||||||
public void processScheduledMonitoring() {
|
public void processScheduledMonitoring() {
|
||||||
log.info("Starting scheduled monitoring check at 02:01 MSK");
|
log.info("Starting scheduled monitoring check at 02:01 MSK");
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user