Cron expression reference
Browse 29 common cron expressions with plain-English explanations, next run times, and platform-specific syntax.
Open the interactive cron explainer →Intervals
Run at regular intervals — every N minutes or hours
* * * * *every minute*/2 * * * *every 2 minutes*/3 * * * *every 3 minutes*/5 * * * *every 5 minutes*/10 * * * *every 10 minutes*/15 * * * *every 15 minutes*/20 * * * *every 20 minutes*/30 * * * *every 30 minutes0 * * * *every hour0 */2 * * *every 2 hours0 */6 * * *every 6 hours0 */12 * * *every 12 hoursDaily schedules
Run once per day at a specific time
Weekday & day-specific
Combine time with specific days of the week
Monthly & quarterly
Run on specific days of the month
Workarounds
Patterns that require alternatives to standard cron