chore(cron): shift heartbeat window to 09-23 Bucharest time

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-04-23 20:04:15 +00:00
parent 537bab465c
commit 04d49e7ea3

View File

@@ -37,9 +37,9 @@
"report_on": "changes", "report_on": "changes",
"timeout": 120, "timeout": 120,
"enabled": true, "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", "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", "name": "security-audit-daily",
@@ -263,14 +263,14 @@
}, },
{ {
"name": "heartbeat-2h", "name": "heartbeat-2h",
"cron": "0 7-23/2 * * *", "cron": "0 9-23/2 * * *",
"channel": "echo-work", "channel": "echo-work",
"model": "sonnet", "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.", "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": [], "allowed_tools": [],
"enabled": true, "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", "last_status": "ok",
"next_run": "2026-04-23T11:00:00+00:00" "next_run": "2026-04-23T21:00:00+00:00"
} }
] ]