Getting started
Installation & Setup
Administration
Audience Management
Email Marketing
Plug-Ins & Add-Ons
Developers
Advanced
Help
Increasing the send engine speed
Octeth’s send engine controller can be customized for the number of send engine workers per campaign and overall. This can be done by editing /opt/oempro/cli/email_campaign_controller/.env
file and changing these settings:
MAXSENDERSPERCAMPAIGN=20
MAXSENDERSPERSERVER=80
You can play with these numbers.
MAXSENDERSPERCAMPAIGN
sets the number of send engine workers that can be allocated to each active campaign.
MAXSENDERSPERSERVER
sets the number of total send engine workers that can run at the same time.
After updating these settings, make sure that send engine controller is restarted:
cd /opt/oempro
docker exec -ti oempro_supervisor bash -c "supervisorctl restart all"
On this page