Sendy stuck at 140 emails when sending campaign
This is the first time I send a campaign after upgrading to 1.1.7.
Only 140 messages (of a little bit less than 6000) were sent, and Sendy is stuck for 4h in that state.
SES allows me to send 50000 emails per day, and I have 49700 available for today.
Cronjobs are working fine, and the server is configured to allow up to 512MB per PHP script.
Unfortunately there are no resume, pause, stop controls, I don't know what to do to restart my campaign.
Thanks in advance for any advice.
This discussion has been closed.
Comments
Just an update: I deleted the campaign and cleared the
queue
table, and now it seems stuck at 3% (168 emails).Hi @janiosarmento,
Others are having the same issue since updating to 1.1.7. There was one line,
else exit;
newly added to the Amazon SES class in 1.1.7 that may have caused sending not to resume. Can you please remove line 110 from class.amazonses.php. Your campaign should resume.I'll look further into this and will release an update soon.
Thanks.
Best regards,
Ben
Thank you very much, my campaign was resumed. \o/
I'm glad. Thanks for letting me know.
I've just released version 1.1.7.1 in view of this. Please upgrade to 1.1.7.1, thanks!