refactor: event-driven tuning\n\n- ingest: switch to path unit (inotify) for immediate trigger\n- auto-review: every 30min + ExecStartPost after ingest\n- health-check: every 30min\n- import-context-buffer: every 15min\n\nRefs: #25

This commit is contained in:
2026-05-31 14:10:12 +02:00
parent f22b911342
commit 2504327e35
5 changed files with 18 additions and 6 deletions

View File

@@ -1,9 +1,9 @@
[Unit]
Description=Run health check at 02:00 and 14:00 daily
Description=Run health check every 30 minutes
PartOf=openclaw-secondbrain.target
[Timer]
OnCalendar=*-*-* 02,14:00:00
OnUnitActiveSec=30min
Persistent=true
[Install]