Schedule Jobs Every 2 Hours
Learn how to use 0 */2 * * * to execute a command every two hours on the dot. Free cron translator tool.
Next 5 Run Dates ()
What does 0 */2 * * * mean?
The cron expression 0 */2 * * * translates to On the hour, every 2 hours.
A bi-hourly schedule reduces system load significantly while maintaining relatively fresh data. This pattern is commonly seen in content management systems to rebuild static pages, or in marketing tools to sync new mailing list subscribers to external CRMs.