Your software
My Mautic version is:4.4.9
My PHP version is:8.0
My Database type and version is:10.4
Your problem
My problem is: I want to send 10 campaigns parallel in mautic what setting i have to change for that so that 10 campaigns trigger parallel at the same time?
I have tried what you are telling but it is only for trigger one campaign manually.
But I want that when I send 10 campaigns together, they should trigger together without any issue, which are not going currently.
Or if you known about that if i can manage multiple parallel campaigns in mautic please let me know so i can use that option and from where we can regulator parallel campaigns.
Perhaps if you explain what you are trying to achieve that requires simultaneous campaigns, we can think outside the box a bit and offer a differ way to achieve the same result.
10 campaigns at once could place quite a load on your server and your email server if there are a lot of contacts and emails to send all at the same time. The emails would be queued and so not all sent simultaneously even if the campaigns are all triggering together.
I want to publish these campaigns together and when I publish them it should be technically triggered but when I publish the campaigns together it stops sending emails from all the campaigns.
at the same time when i publish 2 campaigns in my mautic there is no problem with that but when i publish multiple campaigns then it stops sending emails from all the published campaigns.
Publishing a campaign does not trigger a campaign. The trigger timing is set by the cron job.
Is your issue then having published all 10 campaign they then stop sending emails?
Are they all sending the same emails?
Are those emails marketing emails?
Marketing emails can only be sent once to a contact regardless of what campaign they are in. If that is the case set the emails to be transactional emails in the campaign builder.
As part of trouble shooting try clone the emails that are shared by campaigns and alter them slghtly to see if that helps.
Yep, please group them and implement the suggested improvements from my linked article. Its likely that the cronjob tasks interfere with each other and don’t run in the right sequence.
Also record your timing it takes for the commands to run.