howto disable wp-cron
-
Hi, I have a problem with my blog (wich scores 30.000 unique users a day), since some days looks like that wp-cron is acting oddly. It uses a lot of CPU and i see it being hanged as process.
Besides the problem wich causes that, i really would like to disable wp-cron to use my internal linux crontab (since i can do it and i like it more), i found an interesting howto here:
https://blog.dreamdevil.com/index.php/2010/01/29/run-wordpress-tasks-from-real-cron-job/2/
which tells to insert in wp-config.php this command:
define(‘DISABLE_WP_CRON’, true);
I’ve done that (at the end of the file) but seems it’s not working since i keep seeing wp-cron spawning in my process list.
I’m using wordpress 2.8.4 and I can’t upgrade since the blog is not mine (i just manage it) and the owner is not thinking about it.
Someone know a way to disable wp-cron in a safe way then?
Thanks!
- The topic ‘howto disable wp-cron’ is closed to new replies.