The documentation related to cron jobs seems a little ambiguous to me.
I'm using ACYMAILING Sending Service...
AcyMailing > Configuration > CRON is Deactivated.
I set up a cron task on my own hosted server to trigger sending of emails every 15 minutes :
wget -q -O /dev/null "https://mydomain.com/index.php?option=com_acym&ctrl=cron&task=cron"_
Emails are sent out but I do see issues in the Cron log file:
The automated tasks reached the server time limit, the process stopped. Please either reduce the number of sent emails per batch or increase the time limit in your server configuration.
Should the hosted CRON task match the AcyMailing > Configuration > Queue Process > Automatic send Process settings?
ie. Cron tasks is */15 * * * * (every 15 minutes)
AcyMailing > Configuration > Queue Process > Automatic send Process settings:
Send 1
batch of 30 Emails
Every 15 minutes
Wait 10 seconds between each email
Does this make sense? Are there changes I ought to make?
If I have (say) 3000 recipients in the list, what might I set for the above?
Looking for clarity!
Chris