Cron: every minute

The expression is * * * * *. Change the command and time zone below, or adjust the schedule.

Days of the week

Next runs

    Crontab line — add it with crontab -e:

    Calculated on your device.

    Every minute: * * * * *

    Runs 1,440 times a day. Useful for queue workers and health checks — but make sure a run finishes within a minute, or runs will overlap (use flock to prevent that).

    Build a different schedule with the crontab generator.

    Other common values