cron: add CLI support for command payload jobs#64598
Conversation
|
Too many files changed for review. ( |
|
Closing this PR because it looks dirty (too many unrelated or unexpected changes). This usually happens when a branch picks up unrelated commits or a merge went sideways. Please recreate the PR from a clean branch. |
💡 Codex Reviewhttps://github.com/openclaw/openclaw/blob/a949adc9cfddf82e9055f3ddd63ba2047e5c2ac3/src/gateway/server-cron.ts#L498-L499 This hard-codes https://github.com/openclaw/openclaw/blob/a949adc9cfddf82e9055f3ddd63ba2047e5c2ac3/src/gateway/server-cron.ts#L285-L288 Timeout handling only calls ℹ️ About Codex in GitHubCodex has been enabled to automatically review pull requests in this repo. Reviews are triggered when you
If Codex has suggestions, it will comment; otherwise it will react with 👍. When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "@codex address that feedback". |
Summary
This adds the CLI component to support
payload.kind="command"cron jobs (stacked on top of #62789).cron addCLI support forpayload.kind="command"cron editsupport for updating command payload jobsExample