Where can I find the Resume button for a campaign?
I ran into this issue: http://sendy.co/troubleshooting#sending-stopped-in-the-middle-of-sending but I don't see a "Resume" button/link on the campaign item that is stuck.
I'm running v1.1.9.4 on AWS m3.medium and tried sending to my first list of 50,000 subscribers. Previous SES limits were at 25,000 and those campaigns completed just fine. I already tested sending an email via the AWS console and it sent just fine so I'm pretty sure it's a server/Sendy issue at this point. I have not setup cron sending.
Thanks for your help!
This discussion has been closed.
Comments
Hi,
You must have manually ran the script http://your_send_installation_url/scheduled.php in your browser (shouldn't do that). The 'scheduled.php' script should only be run by a cron job, so that it indicates to Sendy that your cron job has been setup properly to automatically resume sending when your server times out.
Visit http://your_send_installation_url/reset-cron.php to reset cron job statuses in your database. Then you'll see the 'Resume' button next to your campaign.
Thanks.
Best regards,
Ben
Ahh ok. That worked. Thanks.