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