Cron Workflows
Cron workflows let you schedule containers to launch on a recurring basis. Wake up to draft PRs every morning.
How It Works
Section titled “How It Works”Cron trigger (e.g. every weekday at 6am) → Query ticket board for "Ready for Dev" items → Spin up one container per ticket → AI implements the task → Draft PR opened → Morning summaryLimits
Section titled “Limits”| Plan | Cron Schedules |
|---|---|
| Starter | 1 |
| Pro | 10 |
| Enterprise | Unlimited |
Use Cases
Section titled “Use Cases”- Nightly ticket processing — process all “Ready for Dev” tickets overnight
- Scheduled code reviews — lint and analyze PRs on a schedule
- Dependency updates — check for outdated packages weekly
- Documentation generation — rebuild docs from source nightly
Configuration
Section titled “Configuration”Cron schedules are configured through the orchestrator dashboard. Each schedule specifies:
- Trigger: cron expression (e.g.
0 6 * * 1-5for weekdays at 6am) - Source: which tickets or tasks to process
- Runtime: which AI agent to use
- Worker: which worker (or auto-select)