Your software
My Mautic version is: 5.0.4
My PHP version is: 8.1
My Database type and version is: 10.6
Your problem
My problem is: I set up a recurring campaign that should send out the same email once a day, however it is sending it out multiple times a day, approx every hour. Also, I noticed that even if a subscriber unsubscribes using the link in the email, they still get the email. (I only noticed this issue since I upgraded from v4 standard install to v5 composer install).
Here are my cron setting:
0,15,30,45 * * * * /usr/local/lsws/lsphp81/bin/lsphp /home/website/public_html/bin/console mautic:segments:update >/dev/null 2>&1
5,20,35,50 * * * * /usr/local/lsws/lsphp81/bin/lsphp /home/website/public_html/bin/console mautic:campaigns:update >/dev/null 2>&1
10,25,40,55 * * * * /usr/local/lsws/lsphp81/bin/lsphp /home/website/public_html/bin/console mautic:campaigns:trigger >/dev/null 2>&1
2,7,12,17,22,27,32,37,42,47,52,57 * * * * /usr/local/lsws/lsphp81/bin/lsphp /home/website/public_html/bin/console messenger:consume email >/dev/null 2>&1
3,8,13,18,23,28,33,38,43,48,53,58 * * * * /usr/local/lsws/lsphp81/bin/lsphp /home/website/public_html/bin/console mautic:messages:send >/dev/null 2>&1
0 * * * * /usr/local/lsws/lsphp81/bin/lsphp /home/website/public_html/bin/console mautic:email:fetch >/dev/null 2>&1
*/5 * * * * /usr/local/lsws/lsphp81/bin/lsphp /home/website/public_html/bin/console mautic:webhooks:process >/dev/null 2>&1
Attached are photos of the campaign setup. (This campaign is set to run every Sunday. I have another similar campaign that is set to run every Mon-Fri and one more that runs every Sat.).
Any help is greatly appreciated!