Skip to content
This repository has been archived by the owner on Jul 5, 2024. It is now read-only.

Batch skips mails #7

Open
mtrofimiuk opened this issue Mar 7, 2024 · 2 comments
Open

Batch skips mails #7

mtrofimiuk opened this issue Mar 7, 2024 · 2 comments

Comments

@mtrofimiuk
Copy link

mtrofimiuk commented Mar 7, 2024

My setup:
Mautic v5
SparkPost Plugin
doctrine queue

I sent newsletter to 30k addresses in a segment. Mautic reports all of them sent. SparkPost shows only ~200. I was sending them in batches of 1k with cron task. Looks like the plugin skipped most of mails during queue processing. Or queue was incorrectly filled.
Queue filled with mautic:broadcasts:send --limit 1000 --no-interaction --no-ansi

@mtrofimiuk
Copy link
Author

After some debugging it looks like it sends just first email from the batch. I tried sending mails one by one and it is fine. When I set batch to two messages and limit 10 only 5 mails are sent. Not sure if it is issue with the plugin or broadcasts command.

php bin/console mautic:broadcasts:send -i 143 -l 10 -b 2

@Golfasian
Copy link

I have the same problem. Installed the Sparkpost plugin and only 1-2 emails are sent each time. If we send to a segment of 180,000 this is going to be a problem.
Hopefully @ts-navghane will see this and take a look at the plugin. Thank you very much.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants