From 57b142e9545c2c68b82cfb0a21fd4cada2c71bba Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=B0=8F=E5=94=AF=20A06?= Date: Thu, 9 Jul 2026 08:09:22 +0800 Subject: [PATCH] fix: cron no-agent script args - add wrappers for learner-learn.sh, dual-backup-push.sh; fix config-protector.sh --- cron/jobs.json | 15 ++++++--------- daemon/context.json | 6 +++--- 2 files changed, 9 insertions(+), 12 deletions(-) diff --git a/cron/jobs.json b/cron/jobs.json index c16a04c2..e80ec58f 100644 --- a/cron/jobs.json +++ b/cron/jobs.json @@ -257,7 +257,7 @@ "schedule_display": "0 3 * * *", "repeat": { "times": null, - "completed": 1 + "completed": 2 }, "enabled": true, "state": "scheduled", @@ -265,9 +265,9 @@ "paused_reason": null, "created_at": "2026-07-09T02:10:36.846128+08:00", "next_run_at": "2026-07-10T03:00:00+08:00", - "last_run_at": "2026-07-09T03:00:02.354091+08:00", - "last_status": "error", - "last_error": "Script not found: /home/muc/.hermes/scripts/config-protector.sh snapshot", + "last_run_at": "2026-07-09T08:09:13.609716+08:00", + "last_status": "ok", + "last_error": null, "last_delivery_error": null, "deliver": "local", "origin": { @@ -279,10 +279,7 @@ }, "enabled_toolsets": null, "workdir": null, - "fire_claim": { - "at": "2026-07-09T08:09:13.566843+08:00", - "by": "muc-A7R:1111664" - } + "fire_claim": null }, { "id": "9b330146c88a", @@ -513,5 +510,5 @@ "fire_claim": null } ], - "updated_at": "2026-07-09T08:09:13.567118+08:00" + "updated_at": "2026-07-09T08:09:13.610097+08:00" } \ No newline at end of file diff --git a/daemon/context.json b/daemon/context.json index f8732d47..ba5ac2f4 100644 --- a/daemon/context.json +++ b/daemon/context.json @@ -1,7 +1,7 @@ { "started_at": "2026-07-08T18:23:30.315261+00:00", "last_deep_tick": "2026-07-09T00:05:37.261041+00:00", - "last_light_tick": "2026-07-09T00:08:50.861074+00:00", + "last_light_tick": "2026-07-09T00:09:21.178907+00:00", "last_state": { "disk_pct": 36, "mem_pct": 69, @@ -12,10 +12,10 @@ "hermes": true } }, - "tick_count": 674, + "tick_count": 675, "deep_tick_count": 68, "messages_sent": 0, "solved_count": 0, "learned_count": 0, - "uptime_seconds": 193 + "uptime_seconds": 224 } \ No newline at end of file