[claude] Poka-yoke cron heartbeats: write, check, and report (#1096) (#1107)
Some checks failed
Deploy Nexus / deploy (push) Has been cancelled

This commit was merged in pull request #1107.
This commit is contained in:
2026-04-07 14:44:05 +00:00
parent ea3cc6b393
commit 34ec13bc29
6 changed files with 843 additions and 1 deletions

View File

@@ -0,0 +1,11 @@
[Unit]
Description=Bezalel Meta-Heartbeat — stale cron detection (poka-yoke #1096)
Documentation=https://forge.alexanderwhitestone.com/Timmy_Foundation/the-nexus/issues/1096
After=network.target
[Service]
Type=oneshot
ExecStart=/root/wizards/the-nexus/bin/bezalel_heartbeat_check.py
StandardOutput=journal
StandardError=journal
Environment=HOME=/root

View File

@@ -0,0 +1,11 @@
[Unit]
Description=Bezalel Meta-Heartbeat — fires every 15 minutes (poka-yoke #1096)
Documentation=https://forge.alexanderwhitestone.com/Timmy_Foundation/the-nexus/issues/1096
[Timer]
OnBootSec=5min
OnUnitActiveSec=15min
Persistent=true
[Install]
WantedBy=timers.target