Your software
My Mautic version is: 5.0.3
My PHP version is: 8.0
My Database type and version is:
Your problem
My problem is:
I have a segment of about 2800 contacts. I have the following cron setup to run every 15 minutes to send 50 e-mails.
*/15 * * * * /usr/bin/php /home/mailerf/public_html/bin/console messenger:consume email --limit=50
However, when the cron runs, it sends the whole 2800 emails at once. I have the following settings for the Queue:
These errors are showing in the log:
Steps I have tried to fix the problem: