Every Minute Cron

Example:
* * * * * /usr/bin/heartbeat.sh
Use * * * * * to run every single minute. Warning: High frequency - use carefully!
Try Cron Master →

FAQs

Is running every minute too much?

Depends on the task. For simple checks it is fine, but resource-intensive scripts should run less frequently.