broadcast campaign is not pausing

When you pause the campaign, it waits for the current batch to complete. If you are using multiple threads, the batches for all threads will be complete before the campaign is fully paused. E.g if you have the campaign running with 10 threads and a default batch size of 100, the campaign will be paused after completing 1000 emails. How many threads did you set for this campaign and any hourly limit?
 
4 threads on each campaign, hourly limits are different on the different campaigns, some have 50, others 1500.
What happens if I kill the process manually? Is the batch being lost? Is it going to pick up sending from where it stopped when the campaign is resumed, or it will start from the next batch?
 
If you kill the running operations manually, you'll lose the perfection of the stats/logs. So, for example, if you are running five threads with 60 hourly speed, the campaign will be fully paused after the completion of 500 emails which would take 500/60 = 8.3 hours. If you are doing warmups or sending emails at such a lower speed, you can always use the loop option while scheduling which will make you pause the campaign instantly.
 
Back
Top