feat: add proactive cron tasks and systemd timers\n\n- 10 proactive tasks: ingest with self-healing & link suggestions, daily summary, health check, archive stale, tag normalizer, predictive links, auto assign review, import context buffer\n- systemd timers for scheduling (02:00/14:00 slots, 30min intervals, weekly)\n- all tasks tested and working\n\nRefs: #1
This commit is contained in:
7
systemd/openclaw-secondbrain-health-check.service
Normal file
7
systemd/openclaw-secondbrain-health-check.service
Normal file
@@ -0,0 +1,7 @@
|
||||
[Unit]
|
||||
Description=Second Brain Health Check
|
||||
PartOf=openclaw-secondbrain.target
|
||||
|
||||
[Service]
|
||||
Type=oneshot
|
||||
ExecStart=/usr/bin/python3 /root/.openclaw/workspace/second-brain/cron_tasks/health_check.py
|
||||
Reference in New Issue
Block a user