Record a heartbeat so a silent update checker is distinguishable from a dead one

There was no way to tell "running, nothing to pull" from "not running". The
no-change path logs nothing by design, and PM2 reports a cron-restart process
as `stopped` with ↺ 0 even while firing on schedule — I verified that against
PM2 7.0.4: a one-minute cron fired four times without the counter moving once.

scripts/.last-check is now rewritten on every run with the outcome. It is a
single overwritten line, so it needs no trimming.

The outcome is set by each exit path and written once in `finally`, rather than
calling record at each return — the first version of this did the latter and
already missed the build-failure path.

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
This commit is contained in:
Brandon Li
2026-08-30 19:43:43 -05:00
co-authored by Claude Opus 5
parent 27a61fd25c
commit 0ba27161ce
4 changed files with 80 additions and 6 deletions
+1
View File
@@ -62,3 +62,4 @@ scripts/update.log
# clicker virtualenv (Linux/Pi)
clicker/.venv/
scripts/.last-check