Skip to content

Cron Workflows

Cron workflows let you schedule containers to launch on a recurring basis. Wake up to draft PRs every morning.

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 summary
PlanCron Schedules
Starter1
Pro10
EnterpriseUnlimited
  • 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

Cron schedules are configured through the orchestrator dashboard. Each schedule specifies:

  • Trigger: cron expression (e.g. 0 6 * * 1-5 for weekdays at 6am)
  • Source: which tickets or tasks to process
  • Runtime: which AI agent to use
  • Worker: which worker (or auto-select)
Getting Started Concepts Guides CLI Self-Hosting Reference Links