Urgent - Parallel Processing Does Not Work

Hi,

These are my settings

define(‘MAX_PROCESS_MESSAGE’, 999);

define(‘PROCESSCAMPAIGNS_PARALLEL’,true);

define(‘MAILQUEUE_BATCH_SIZE’, 500);

define(‘MAILQUEUE_BATCH_PERIOD’, 60);

define(‘MAILQUEUE_THROTTLE’, 0);

define(‘MAILQUEUE_AUTOTHROTTLE’, 0);

define(‘USE_DOMAIN_THROTTLE’, 0);
define(‘DOMAIN_BATCH_SIZE’, 0);
define(‘DOMAIN_BATCH_PERIOD’, 120);

Cron Set to Run every 3rd minute -

Only 1 campaign is running and 2nd campaign says ‘submitted’ and does not start running

Please help

@duncanc
I can see you have helped a lot of people here - Can you please assist me on the above?

you might want to change ‘true’ to ‘1’ on this line:

define(‘PROCESSCAMPAIGNS_PARALLEL’,true);

Is this really the number of emails that phplist is sending in each batch? If not, then reduce it to that number, which you should be able to see on the Event Log page.