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

This commit is contained in:
2026-06-15 12:07:37 +07:00
parent a1080b5eff
commit 348287f863
@@ -34,7 +34,6 @@ public class MonitoringScheduler {
// @Scheduled(cron = "0 1 2 * * *", zone = "Europe/Moscow")
@Scheduled(cron = "0 */2 * * * *", zone = "Europe/Moscow")
@Transactional
public void processScheduledMonitoring() {
log.info("Starting scheduled monitoring check at 02:01 MSK");