Cron expressions / Business hours
Every 10 minutes, on weekdays
*/10 * * * 1-5 Every 10 minutes, on Monday through Friday
Next 5 run times
| # | Run time (UTC) |
|---|---|
| 1 | Mon, Aug 3, 2026, 12:00 AM |
| 2 | Mon, Aug 3, 2026, 12:10 AM |
| 3 | Mon, Aug 3, 2026, 12:20 AM |
| 4 | Mon, Aug 3, 2026, 12:30 AM |
| 5 | Mon, Aug 3, 2026, 12:40 AM |
Computed from a fixed reference date so this table is stable across visits. Paste this expression into the cron parser tool for live run times from right now.
Commonly used for
A moderate polling interval for weekday-only monitoring — frequent enough to catch same-day issues, quiet on weekends.