Send Campaign customer

nemesis82

Active Member
Dear All,
in cronjobs i can set send-campaign per customer?
Setup:
MW installed on several machine in load balancing and FS synced.
Scenario:
I have 3 customer ( a,b,c ) and i would like to process only campaign for A,B on server 1 and campaign for customer C only on server 2.
There is an option on cron jobs for customer processing? ( or other way i can do)

Thanks
 
@nemesis82 - This can be do from groups, create a group and on Servers tab you can assign server for that group and then add customers on group.
Screenshot 2019-12-04 11.28.57.png
 
Hi Laurentiu, thanks but this is for DS server.
I need a way to split the send-campaign cron job of MW console over multiple server .
This job :
usr/bin/php -q ../apps/console/console.php send-campaigns

Change in :
(MW Console Server 1 ) usr/bin/php -q ../apps/console/console.php send-campaigns --customer A,B
(MW Console Server 2 ) usr/bin/php -q ../apps/console/console.php send-campaigns --customer C

in this way I can balance performance over my cluster
 
Back
Top