Cron Expression for Every 3 Minutes
Learn how to use */3 * * * * to run a task every three minutes. Build, decode, and test your cron schedules instantly.
Next 5 Run Dates ()
What does */3 * * * * mean?
The cron expression */3 * * * * translates to Every 3 minutes.
A three-minute cadence strikes a unique balance between real-time responsiveness and resource conservation. Developers often use this specific interval for aggregating application logs before shipping them to a centralized logging server like Datadog or Splunk.