sql - Run Cron PHP script Every Minute Except 5 Minutes Out Of Day -
right have cron running php script every minute of every day. looking have skip 5 minutes out of day allocate downtime truncate sql table associated , perform other routine maintenance.
how might go this?
this skips last 5 minutes of last hour of day. first entry runs every minute first 23 hours of each day. second entry runs on first 55 minutes of 24th hour of day.
* 0-22 * * * <command> 0-54 23 * * * <command>
Comments
Post a Comment