CCronExplain
Get CronExplain

CronExplain · cron recipes

Cron expression for every 2 minutes

The cron expression for every 2 minutes is */2 * * * *.

In plain English: every 2 minutes.

Field by field

FieldValueMeans
minute*/230 values from 0 to 58
hour*every hour
day*every day of the month
month*every month
weekday*every day of the week, weekends included

Check your own expression

Paste any cron line and see what it means, the next ten times it fires, and the same breakdown in your timezone.

Open CronExplain

Other schedules