Cron expressions / Business hours
Every 5 minutes, on weekdays
*/5 * * * 1-5 Every 5 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:05 AM |
| 3 | Mon, Aug 3, 2026, 12:10 AM |
| 4 | Mon, Aug 3, 2026, 12:15 AM |
| 5 | Mon, Aug 3, 2026, 12:20 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 tight polling interval scoped to the workweek — the same frequency as an always-on health check, but without paying for (or alerting on) weekend runs nobody is watching.