Every 4 Minutes Cron Syntax
Configure your server to execute a command every four minutes using */4 * * * *. Preview the local execution times now.
Next 5 Run Dates ()
What does */4 * * * * mean?
The cron expression */4 * * * * translates to Every 4 minutes.
While less common than the five-minute mark, a four-minute interval perfectly divides a standard hour into 15 distinct executions. It works well for background workers processing medium-priority image uploads or sending delayed transactional emails.