Would check the following
That crons are not disabled in the wp-config.php
define('DISABLE_WP_CRON', true);
Check the error logs to see if there are any fatal errors showing, normally in your php logs, or in your error.log
or ./wp-content/uploads/wc-logs/
folder.