Run a Script Every 4 Hours
Use 0 */4 * * * to trigger your cron job every four hours. See how this expression translates to human-readable text.
Next 5 Run Dates ()
What does 0 */4 * * * mean?
The cron expression 0 */4 * * * translates to On the hour, every 4 hours.
Executing exactly six times daily, the four-hour interval is a favorite for heavy background workers. If you are generating complex PDF reports, performing deep virus scans on uploaded files, or syncing massive data warehouses, this schedule gives the server plenty of breathing room between runs.