No it wasn't working for 2 days.
This website creates posts from RSS feeds.
Every 2 hours, it loads up RSS feeds and looks for new posts, and grabs them, and posts them.
When the site was moved over, it stopped. No new posts for 2 days.
After troubleshooting, It started working when i removed the line define( 'DISABLE_WP_CRON', 'true' );
So I added the line back into wp-config.php file and set enhance cron to run every minute.
And waited for the next run to come. It did, and nothing happened.
I removed the line define( 'DISABLE_WP_CRON', 'true' );
Waited for the next batch to run, and it did, and new posts were created.