Skip to content
croncrunch.dev

/cron/every-3-hours-weekdays

Every 3 Hours on Weekdays Cron (0 */3 * * 1-5)

Build "0 */3 * * 1-5" to run every 3 hours Monday–Friday. Visual builder with a pre-shift health-check script.

  • cron every 3 hours
  • 0 */3 * * 1-5 meaning
  • weekday cron schedule
  • cron monday to friday
  • every three hours cron

Visual builder

presets:

Expression

0 */3 * * 1-5

Plain English

 

Automation template

js

Share / export configuration

Encodes the current expression and script into a shareable link. The entire state lives in the URL hash — no server, no database.