Skip to content

Optional on demand queue processing

Kyle Hungate edited this page Feb 22, 2019 · 8 revisions

If you would like to turn off the background queue processing and handle jobs "on-demand" you can do so by adding a constant in your wp-config.php file: define('MAILCHIMP_DISABLE_QUEUE', true); This is helpful with high CPU usage on small servers by making a call to the admin-ajax file and manually processing a single request at a time.

Clone this wiki locally