Quick Start
User Interaction Flow
Configuration Levels
Schedule Types
| Type | Example |
|---|---|
| Cron | '0 9 * * *' (daily at 9 AM) |
| Interval | '30m', '1h', '1d' |
| One-time | new Date('2024-03-15') |
API Reference
SessionConfig
Session configuration
Best Practices
Use cron for fixed times
Use cron for fixed times
Cron is best for “every day at 9 AM” type schedules.
Handle failures
Handle failures
Set retries and notifications for important jobs.
Consider timezones
Consider timezones
Always specify timezone for user-facing schedules.
Related
Workflows
Multi-step workflows
Execution
Execution settings

