Jump to content

[Solved] Cron Jobs


alexqac

Recommended Posts

There is likely no reason the 30 minute one is even needed. Assuming the memberships expire based on date, once per day should be more than enough to send these. Be mindful of the 50 email per day limit as well. Too many emails can get you suspended.

 

As for the once an hour job, what is the url to the script? We usually can create an external cron that calls it every hour for you.

Link to comment
Share on other sites

These are my required CRON jobs.

 

*/15 * * * * php /home1/alexqac/public_html/admin/cp-cron/emailing.php

 

0 */2 * * * php /home1/alexqac/public_html/admin/cp-cron/index.php

 

I currently created them for every 12h5mins but would prefer the index to be at around 1 or 2 hours and the mailing at 6 hrs or keep it at 12h5min if I have to. I'm using Zenbership.

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
×
×
  • Create New...