Every 15 Minutes (Quarter Hourly)
Learn how the cron expression */15 * * * * runs a job at minutes 0, 15, 30, and 45 of every hour.
Next 5 Run Dates ()
What does */15 * * * * mean?
The cron expression */15 * * * * translates to Every 15 minutes.
Quarter-hourly schedules are a staple of enterprise automation. Firing exactly at the top of the hour, quarter past, half past, and quarter to, this interval is frequently used to rotate log files, run security audits, or trigger automated deployments in staging environments.