From d3196b07173ecda7ae31fd986ac41f0a7c305abb Mon Sep 17 00:00:00 2001 From: Marius Mutu Date: Fri, 24 Apr 2026 10:22:03 +0000 Subject: [PATCH] chore(cron): silence anaf-monitor Discord notifications MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Schimbă report_on din "changes" în "never" — datele ajung deja în dashboard/status.json via update_dashboard_status(), Discord nu mai primește notificări duplicate. Co-Authored-By: Claude Sonnet 4.6 --- cron/jobs.json | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/cron/jobs.json b/cron/jobs.json index 73a264f..0744af4 100644 --- a/cron/jobs.json +++ b/cron/jobs.json @@ -34,12 +34,12 @@ "python3", "tools/anaf-monitor/monitor_v2.py" ], - "report_on": "changes", + "report_on": "never", "timeout": 120, "enabled": true, - "last_run": "2026-04-23T16:00:00.001018+00:00", + "last_run": "2026-04-24T10:00:00.003684+00:00", "last_status": "ok", - "next_run": "2026-04-24T10:00:00+00:00" + "next_run": "2026-04-24T16:00:00+00:00" }, { "name": "security-audit-daily", @@ -53,9 +53,9 @@ "report_on": "changes", "timeout": 180, "enabled": true, - "last_run": "2026-04-23T03:00:00.003092+00:00", - "last_status": "error", - "next_run": "2026-04-24T03:00:00+00:00" + "last_run": "2026-04-24T03:00:00.002726+00:00", + "last_status": "ok", + "next_run": "2026-04-25T03:00:00+00:00" }, { "name": "kb-index-refresh", @@ -69,9 +69,9 @@ "report_on": "never", "timeout": 120, "enabled": true, - "last_run": "2026-04-23T03:30:00.002782+00:00", + "last_run": "2026-04-24T03:30:00.001564+00:00", "last_status": "ok", - "next_run": "2026-04-24T03:30:00+00:00" + "next_run": "2026-04-25T03:30:00+00:00" }, { "name": "archive-tasks-daily", @@ -85,9 +85,9 @@ "report_on": "changes", "timeout": 60, "enabled": true, - "last_run": "2026-04-23T03:00:00.002764+00:00", + "last_run": "2026-04-24T03:00:00.002347+00:00", "last_status": "ok", - "next_run": "2026-04-24T03:00:00+00:00" + "next_run": "2026-04-25T03:00:00+00:00" }, { "name": "backup-config", @@ -101,9 +101,9 @@ "report_on": "never", "timeout": 120, "enabled": true, - "last_run": "2026-04-23T02:00:00.002242+00:00", + "last_run": "2026-04-24T02:00:00.001790+00:00", "last_status": "ok", - "next_run": "2026-04-24T02:00:00+00:00" + "next_run": "2026-04-25T02:00:00+00:00" }, { "name": "insights-extract", @@ -269,8 +269,8 @@ "prompt": "Heartbeat check. Rulează src/heartbeat.py printr-un scurt raport de status.\nDacă nu e nimic de raportat (email=0, calendar nu are evenimente <2h, kb ok), răspunde doar cu HEARTBEAT_OK și oprește-te — nu trimite mesaj.\nDacă e ceva: raport scurt pe Discord #echo-work.", "allowed_tools": [], "enabled": true, - "last_run": "2026-04-23T21:00:00.000995+00:00", + "last_run": "2026-04-24T10:00:00.004025+00:00", "last_status": "ok", - "next_run": "2026-04-23T23:00:00+00:00" + "next_run": "2026-04-24T12:00:00+00:00" } ]