Files
ai-incidents-tool/examples/systemd/ai-incidents.timer
T
Holden Salomon a9e8287065
test / test (macos-latest, 3.13) (push) Canceled after 0s
test / test (ubuntu-latest, 3.11) (push) Successful in 17s
test / test (ubuntu-latest, 3.12) (push) Successful in 18s
test / test (ubuntu-latest, 3.13) (push) Successful in 15s
ai-incidents 1.0.0
2026-09-21 17:48:40 +00:00

14 lines
427 B
SYSTEMD

[Unit]
Description=Run ai-incidents nightly
[Timer]
# Nightly is plenty: the state file makes runs incremental, and a night with nothing to judge
# costs no model call. Run it more often than your transcripts are cleaned up (Claude Code's
# cleanupPeriodDays defaults to 30), or sessions can be deleted before they are judged.
OnCalendar=*-*-* 02:30:00
Persistent=true
RandomizedDelaySec=600
[Install]
WantedBy=timers.target