fased cron
fased cron is the compatibility command for the Gateway task scheduler.
Prefer fased task in new operator docs and normal use.
Browser equivalent: Agent > Tasks. The cron.* storage and RPC names are
implementation details retained for compatibility.
Related:
- Task CLI: task
- Scheduled tasks: Scheduled Tasks
- Agent/session task model: Agents, Sessions, And Tasks
fased task --help for the user-facing command surface.
Note: isolated tasks created with fased task add default to --announce
delivery. Use --no-deliver to keep output internal. --deliver remains as a
deprecated alias for --announce.
Note: one-shot (--at) tasks delete after success by default. Use --keep-after-run to keep them.
Note: recurring tasks use exponential retry backoff after consecutive errors
(30s -> 1m -> 5m -> 15m -> 60m), then return to normal schedule after the
next successful run.
Note: retention/pruning is controlled in config:
cron.sessionRetention(default24h) prunes completed isolated run sessions.cron.runLog.maxBytes+cron.runLog.keepLinesprune~/.fased/cron/runs/<jobId>.jsonl.
/task new. Those paths still write the same internal
scheduler-backed task shape.
For channel users, prefer natural task text first: