Hi,
Our site has been migrated from cPanel around 9 months ago (really like enhance panel btw) , and recently I have been having some issues with the CRON tasks not running on the server when they are supposed to.
I have define('DISABLE_WP_CRON', true); in the wp-config.php file so the CRON schedules should all running from the server. I have discovered 2 cron schedules running that both for Wordpress/Woocommerce but after digging around (and quite a few searches) and I am not sure either of them is actually right, anyone have any insights?
2 * * * * cd /var/www/public_html; /bin/nice -n15 /usr/bin/php -q wp-cron.php >/dev/null 2>&1
32 * * * * wp-cli cron event run --due-now --path=public_html
Thanks