mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-05 02:20:30 +00:00
docs: add background tasks cross-references across 6 doc pages
Link to /automation/tasks from all pages that mention subagent runs, ACP runs, or detached background work: - tools/subagents.md: note that each sub-agent run is tracked as a background task - tools/acp-agents.md: note that ACP session spawns are tracked as background tasks - cli/index.md: link tasks section to doc page, add tasks audit subcommand - concepts/queue.md: note that detached lane runs are tracked as background tasks - gateway/configuration-reference.md: cron section cross-ref to tasks - help/faq.md: add tasks link to sub-agent offloading FAQ answer
This commit is contained in:
@@ -3316,7 +3316,7 @@ Applies only to one-shot cron jobs. Recurring jobs use separate failure handling
|
||||
- `mode`: delivery mode — `"announce"` sends via a channel message; `"webhook"` posts to the configured webhook.
|
||||
- `accountId`: optional account or channel id to scope alert delivery.
|
||||
|
||||
See [Cron Jobs](/automation/cron-jobs).
|
||||
See [Cron Jobs](/automation/cron-jobs). Isolated cron executions are tracked as [background tasks](/automation/tasks).
|
||||
|
||||
---
|
||||
|
||||
|
||||
Reference in New Issue
Block a user