Run Every Half Hour
Need a script to run every 30 minutes? The syntax */30 * * * * is exactly what you need. Preview the local schedule.
Next 5 Run Dates ()
What does */30 * * * * mean?
The cron expression */30 * * * * translates to Every 30 minutes.
The half-hourly cadence is widely adopted for medium-weight maintenance tasks. Whether you are generating a 30-minute leaderboard update for a gaming server or sweeping temporary session files from your web application, this expression ensures a predictable bi-hourly rhythm.