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