From 04d49e7ea3372ad7e70e5c2c71e9762d2b5ae334 Mon Sep 17 00:00:00 2001 From: Marius Mutu Date: Thu, 23 Apr 2026 20:04:15 +0000 Subject: [PATCH] chore(cron): shift heartbeat window to 09-23 Bucharest time Co-Authored-By: Claude Sonnet 4.6 --- cron/jobs.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/cron/jobs.json b/cron/jobs.json index 638b321..38e0f13 100644 --- a/cron/jobs.json +++ b/cron/jobs.json @@ -37,9 +37,9 @@ "report_on": "changes", "timeout": 120, "enabled": true, - "last_run": "2026-04-22T16:00:00.001042+00:00", + "last_run": "2026-04-23T16:00:00.001018+00:00", "last_status": "ok", - "next_run": "2026-04-23T10:00:00+00:00" + "next_run": "2026-04-24T10:00:00+00:00" }, { "name": "security-audit-daily", @@ -263,14 +263,14 @@ }, { "name": "heartbeat-2h", - "cron": "0 7-23/2 * * *", + "cron": "0 9-23/2 * * *", "channel": "echo-work", "model": "sonnet", "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-23T09:00:00.001275+00:00", + "last_run": "2026-04-23T19:00:00.001402+00:00", "last_status": "ok", - "next_run": "2026-04-23T11:00:00+00:00" + "next_run": "2026-04-23T21:00:00+00:00" } ]