Hooking-the-wp-cron-into-the-system-task-scheduler

Support forumCategory: NewsHooking-the-wp-cron-into-the-system-task-scheduler
monzonco asked 7 years ago
Wordpress is recommending to hook WP-Cron Into the System Task Scheduler in the top of the extended plug in. Is this new requirement? Is this is required?  
3 Answers
Nikola Loncar Staff answered 7 years ago
Hi, it's not required but you can have issues with sync things back from Google Calendar. Because execution time is limited in case you are not using System Task Scheduler. It's just a simple setting inside your hosting so I will suggest that you please do that. Best regards, Nikola
monzonco replied 7 years ago

Thanks. I included in my wordpress website in the file wp-config.php that is in the root the line
define(‘DISABLE_WO_CRON’, true); as recommended in wordpress.org.

Nikola Loncar Staff answered 7 years ago
Hi Carlos, have you set the Cron tab also? Best regards, Nikola
monzonco replied 7 years ago

No. Where is the Cron tab?

Nikola Loncar Staff answered 7 years ago

Hi Carlos,
can you please check if that line in wp-config.php file is correct :

define('DISABLE_WP_CRON', true);

regarding cron tab on linux hosting, for example if you have CPanel there you can access via Cron Jovsicon like on this video : https://www.youtube.com/watch?v=bmBjg1nD5yA

Best regards,
Nikola