Getting started
What’s NewRoadmapOcteth Training ProgramInstallation & Setup
RequirementsArchitectureServer SetupOempro InstallationCommunity Edition InstallSSL CertificatesVersion UpgradeTroubleshootingAdministration
Quick WalkthroughSecuritySub Admin AccountsSettingsDelivery ServersGlobal SegmentsGlobal Custom FieldsBounce ProcessingSpam ComplaintsSuppression ListPlug-InsDelivery ReportUser ManagementMaintenanceAudience Management
IntroductionSubscriber ListsCustom FieldsSegmentsSubscribersWebhooksWebsite Event TrackingEmail Marketing
IntroductionAuto RespondersEmail CampaignsSender Domain Man.Journeys (Automation)Bounce ProcessingEmail PersonalizationFBL ProcessingEmail Builder IntegrationsEmail DeliverabilitySender Domain ManagementPlug-Ins & Add-Ons
AI Plug-InRSS Plug-InBounce Catcher Add-OnLink Proxy Add-OnDevelopers
IntroductionSingle Sign OnAPIPlug-In DevelopmentDatabaseAdvanced
Reverse ProxyCookbookHelp
TroubleshootingContact UsIncreasing 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