set batch per customer

nemesis82

Active Member
Hy all,
is possible define number of batch per customer base / group / console.php send-campaigns command?
example

Cron Setting --> 10 batch
Customer1 --> inherit from cron settings
Customer2 --> 5 batch
and so on ...

NB: in send-campaigns.php there is this public function --> pcntl_subscriber_batches_parallel ; maybe I could use to define number of batch on customer_id ?

i solved, with --pcntl_subscriber_batches_parallel="" :)

thanks
 
Last edited:
--pcntl_subscriber_batches_parallel=""
There's also --customer_id=1,2,3 that can help you target certain customers.
There's also --exclude_customer_id=123, to target all customers, except a few.
The send-campaigns command is super powerful with a lot of options ;)
 
Back
Top