Schedule Jobs Every 5 Minutes
Need to run a task every five minutes? Use the cron expression */5 * * * *. Test it in our free interactive builder.
Next 5 Run Dates ()
What does */5 * * * * mean?
The cron expression */5 * * * * translates to Every 5 minutes.
Running a script every five minutes is one of the most common intervals in server administration. This frequency is ideal for lightweight health checks, polling external APIs for rate-limited updates, or processing small queue batches without overwhelming your server's CPU.