chore(timers): process pending every 5 min
This commit is contained in:
@@ -1,10 +1,9 @@
|
||||
[Unit]
|
||||
Description=OpenClaw Second-Brain review_brain (every 30 min)
|
||||
Description=OpenClaw Second-Brain review_brain (every 5 min)
|
||||
|
||||
[Timer]
|
||||
OnCalendar=*:0/30
|
||||
OnCalendar=*:0/5
|
||||
Persistent=true
|
||||
|
||||
[Install]
|
||||
WantedBy=timers.target
|
||||
|
||||
|
||||
@@ -2,10 +2,9 @@
|
||||
Description=OpenClaw Second-Brain periodic verify_pending_external
|
||||
|
||||
[Timer]
|
||||
OnBootSec=15min
|
||||
OnUnitActiveSec=2h
|
||||
OnBootSec=2min
|
||||
OnUnitActiveSec=5min
|
||||
Persistent=true
|
||||
|
||||
[Install]
|
||||
WantedBy=timers.target
|
||||
|
||||
|
||||
Reference in New Issue
Block a user