jims
1
Hi
My queued email sending is being delayed anywhere from 10 mins to 3 hours. I am running the email send cronjob every minute.
I am using Amazon SES. When I try send without a queue it takes less than a minute.
I am logging the send email cron to a file but it never seems to have any output even when verbosity -vvv
Here is my cron command.
Code:
1/* * * * * php /var/www/mautic/app/console mautic:emails:send -vvv | while IFS= read -r line; do echo "$(date) $line"; done >> /var/log/mautic/emails_send
Thanks to anyone who can help me!
jims
2
Hi
My queued email sending is being delayed anywhere from 10 mins to 3 hours. I am running the email send cronjob every minute.
I am using Amazon SES. When I try send without a queue it takes less than a minute.
I am logging the send email cron to a file but it never seems to have any output even when verbosity -vvv
Here is my cron command.
1/* * * * * php /var/www/mautic/app/console mautic:emails:send -vvv | while IFS= read -r line; do echo "$(date) $line"; done >> /var/log/mautic/emails_send
Thanks to anyone who can help me!
Just to help narrow the problem down, can you try sending through something other than Amazon SES?