* * * * * runs a job every minute — the finest granularity standard 5-field cron supports. It's the right choice for lightweight polling loops (checking a queue, a lock file, a heartbeat), but at this frequency it's worth confirming the job actually finishes in well under 60 seconds, or overlapping runs can stack up.