Wordpress Cron Job

Dear sir,

I have purchased your Linode VPS 2 GB RAM , I have installed Wordpress though Virtualmin/Webmin panel.

In Wordpress, I have to install a newsletter plugin to send out emails.

I am facing a problem and the plugin reports the problem as follows:

Cron calls
KO
The blog cron system is NOT triggered enough often. Trigger interval: average 1906 s, max 27521 s, min 10 s

How should I solve this problem? I have less knowledge of IT and servers.

Pls help

1 Reply

Hey there,

Cron is the time-based task scheduling system that is available on UNIX systems. WP-Cron is how WordPress handles scheduling time-based tasks in WordPress. Several WordPress core features, such as checking for updates and publishing scheduled post, utilize WP-Cron.

Wordpress does allow you to make changes to your cron configurations. You can avoid needing to work directly with your server by following this guide from WPBeginner on viewing and controlling your Wordpress cron jobs with WP Crontrol, a plug in designed to help you accomplish this.

If you or someone else is looking for resources on WP Cron events using custom hooks, Wordpress offers great documentation here.

Reply

Please enter an answer
Tips:

You can mention users to notify them: @username

You can use Markdown to format your question. For more examples see the Markdown Cheatsheet.

> I’m a blockquote.

I’m a blockquote.

[I'm a link] (https://www.google.com)

I'm a link

**I am bold** I am bold

*I am italicized* I am italicized

Community Code of Conduct