Viewing 1 replies (of 1 total)
  • Hi Cataliades,

    This message is from the WordPress virtual cron program itself (wp-cron.php). It is an attempt to stop too many instances of the cron events being fired/triggered at the same time.

    You need to ensure your real cron job that you scheduled in cPanel is set to run every 2 minutes or more, never every minute.

    Once you have the real cron job running in cPanel, make sure you disable the WordPress virtual cron job from triggering when web pages are served to web browsers of your site. This is done by adding a line to the wp-config.php file.
    define( 'DISABLE_WP_CRON', true );

    Further Reading: http://wp.tutsplus.com/articles/insights-into-wp-cron-an-introduction-to-scheduling-tasks-in-wordpress/

    Kind regards,
    John.

Viewing 1 replies (of 1 total)
  • The topic ‘Cron Jobs do not fire’ is closed to new replies.