mirror of
https://github.com/openclaw/openclaw.git
synced 2026-02-19 18:39:20 -05:00
- Updated isolated cron jobs to support new delivery modes: `announce` and `none`, improving output management. - Refactored job configuration to remove legacy fields and streamline delivery settings. - Enhanced the `CronJobEditor` UI to reflect changes in delivery options, including a new segmented control for delivery mode selection. - Updated documentation to clarify the new delivery configurations and their implications for job execution. - Improved tests to validate the new delivery behavior and ensure backward compatibility with legacy settings. This update provides users with greater flexibility in managing how isolated jobs deliver their outputs, enhancing overall usability and clarity in job configurations.
1.1 KiB
1.1 KiB
read_when, summary, title, x-i18n
| read_when | summary | title | x-i18n | ||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
`openclaw cron` 的 CLI 参考(调度和运行后台作业) | cron |
|
openclaw cron
管理 Gateway 网关调度器的 cron 作业。
相关内容:
- Cron 作业:Cron 作业
提示:运行 openclaw cron --help 查看完整的命令集。
说明:隔离式 cron add 任务默认使用 --announce 投递摘要。使用 --no-deliver 仅内部运行。
--deliver 仍作为 --announce 的弃用别名保留。
说明:一次性(--at)任务成功后默认删除。使用 --keep-after-run 保留。
常见编辑
更新投递设置而不更改消息:
openclaw cron edit <job-id> --announce --channel telegram --to "123456789"
为隔离的作业禁用投递:
openclaw cron edit <job-id> --no-deliver