You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.