| 计划 | 命令 |
|---|---|
| 35 3 * * * | flock -n /tmp/openclaw-maintenance.lock python3 /root/openclaw-workspace/scripts/maintenance/opencla |
| 0 */2 * * * | flock -n /tmp/ws-sync.lock bash /root/openclaw-workspace/scripts/core/utils/sync_to_nutstore.sh >> l |
| 0 9 * * * | /usr/bin/python3 /root/.lark-monitor/keepalive.py >> /root/.lark-monitor/logs/keepalive.log 2>&1 |
| 0 * * * * | /usr/bin/python3 /root/.lark-monitor/token_refresh.py >> /root/.lark-monitor/logs/token-refresh.log |
| 0 9 * * * | /usr/bin/python3 /root/daily_morning.py >> /var/log/daily-morning.log 2>&1 |
| 7 9 1 * * | python3 /opt/monthly_review_reminder.py >> /var/log/monthly_review_reminder.log 2>&1 |