-
Notifications
You must be signed in to change notification settings - Fork 1
Scheduled Runs
ewyct edited this page Apr 11, 2026
·
1 revision
Automate test execution with cron-based schedules.
- Go to Settings > Schedules
- Choose a preset or enter a custom cron expression
- Optionally target a specific git branch
- Enable/disable schedules at any time
| Preset | Cron | Description |
|---|---|---|
| Daily at 3am | 0 3 * * * |
Run once per day |
| Weekly (Sunday) | 0 3 * * 0 |
Run once per week |
| Every 6 hours | 0 */6 * * * |
Run 4 times per day |
| Hourly | 0 * * * * |
Run every hour |
| Every 15 minutes | */15 * * * * |
Run frequently |
Enter any valid cron expression for fine-grained control. Lastest checks schedules every 60 seconds.
- Schedules auto-disable after 5 consecutive failures to prevent noise
- Re-enable manually after fixing the underlying issue
- Manual trigger available for testing a schedule without waiting
Optionally run scheduled builds against a specific branch instead of the default:
- Useful for monitoring staging or release branches
- Each schedule can target a different branch
- Running Tests -- Build triggering methods
- CI/CD Integration -- CI/CD alternatives
- Settings Reference
Lastest Wiki
Getting Started
Core Features
- Visual Diffing
- AI Configuration
- Fix-the-App Advisor
- Agent Monitoring
- Public Shares
- Gamification
- Scheduled Runs
- Bug Reports
- Settings Reference
Integrations
- GitHub Integration
- GitLab Integration
- Google Sheets Integration
- Custom Webhooks
- VSCode Extension API
- MCP Server
Deployment & CI
Administration
Reference