Add monitoring with another system
Test Workflow / test (push) Has been cancelled

This commit is contained in:
2026-06-15 12:24:39 +07:00
parent 313d0b454c
commit fb381518de
@@ -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");