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

Popular posts from this blog

Magento/PHP - Get phones on all members in a customer group -

php - Bypass Geo Redirect for specific directories -

php - .htaccess mod_rewrite for dynamic url which has domain names -