Cron tool / Every 2 hours

Cron expression for "every 2 hours"

The cron expression is 0 */2 * * * On the hour, every 2 hours.

This schedule means

On the hour, every 2 hours

Calculating upcoming runs…

Using it

In a crontab, you'd write 0 */2 * * * /path/to/your/command. Most schedulers (Linux cron, Vercel Cron, GitHub Actions, Laravel, node-cron) accept this 5-field format.

Monitor a "every 2 hours" job

Cronmint runs 0 */2 * * * for you, logs every run, and emails or Slacks you the moment it fails — or silently doesn't run.

Monitor this schedule — free

Related schedules