I have a some what unique issue that I'm hoping to solve.
I have MailWizz setup with parallel sending and redis queue. This is a very fast setup, usually. It allows me to processing multiple campaigns simultaneously and redis then sends the emails quickly. However, I have an issue.
I've made modifications to one campaign with some custom markup that is significantly increasing the time it takes to process emails -- 4-5x longer. As such, I want to know if it is possible to speed up processing of emails.
I believe the issue / solution lies in the "send-campaigns" daemon discussed at http://www.mailwizz.com/article/increase-delivery-speed-recursive-or-parallel-processing. I have it setup to use the parallel processing daemon but that daemon only parallel processes DIFFERENT campaigns -- it does not parallel process the same campaign. Is it possible to get the daemon to parallel process the same campaign? I believe the previously suggested recursive sending ran multiple daemons for the same campaign, but the parallel processing daemon does not.
Thanks!
I have MailWizz setup with parallel sending and redis queue. This is a very fast setup, usually. It allows me to processing multiple campaigns simultaneously and redis then sends the emails quickly. However, I have an issue.
I've made modifications to one campaign with some custom markup that is significantly increasing the time it takes to process emails -- 4-5x longer. As such, I want to know if it is possible to speed up processing of emails.
I believe the issue / solution lies in the "send-campaigns" daemon discussed at http://www.mailwizz.com/article/increase-delivery-speed-recursive-or-parallel-processing. I have it setup to use the parallel processing daemon but that daemon only parallel processes DIFFERENT campaigns -- it does not parallel process the same campaign. Is it possible to get the daemon to parallel process the same campaign? I believe the previously suggested recursive sending ran multiple daemons for the same campaign, but the parallel processing daemon does not.
Thanks!