Hy guys,
i've tried to set cronjob for send-campaign with offset parameter but each job run only when the previous had finish.
In the log i found "PCNTL processes running already, locks acquired previously!"
Could i have the 3 process run parallel ?
This my job conf :
send-campaigns --campaigns_type=regular --campaigns_limit=1 --campaigns_offset=0
send-campaigns --campaigns_type=regular --campaigns_limit=1 --campaigns_offset=1
send-campaigns --campaigns_type=regular --campaigns_limit=1 --campaigns_offset=2
In backend :
Parallel sending via PCNTL -- YES
edit :
my goal : 3 parallel campaign and for each 25 Subscriber batches in parallel .
Using offset is due to same heavy campaign for 1 customer that slowly all other campaigns customer.
thanks
i've tried to set cronjob for send-campaign with offset parameter but each job run only when the previous had finish.
In the log i found "PCNTL processes running already, locks acquired previously!"
Could i have the 3 process run parallel ?
This my job conf :
send-campaigns --campaigns_type=regular --campaigns_limit=1 --campaigns_offset=0
send-campaigns --campaigns_type=regular --campaigns_limit=1 --campaigns_offset=1
send-campaigns --campaigns_type=regular --campaigns_limit=1 --campaigns_offset=2
In backend :
Parallel sending via PCNTL -- YES
edit :
my goal : 3 parallel campaign and for each 25 Subscriber batches in parallel .
Using offset is due to same heavy campaign for 1 customer that slowly all other campaigns customer.
thanks
Last edited: