Soumikbhat Posted March 3, 2016 Posted March 3, 2016 What is the frequency of cron jobs allowed on free servers?And what is the procedure to set cron jobs? Also are services like easycron allowed to execute scripts hosted on free servers? Quote
Byron Posted March 3, 2016 Posted March 3, 2016 No more than 2 cron runs per 24 hours. You can create cron jobs through your cPanel. Yes to your 3rd question. Quote
wolstech Posted March 3, 2016 Posted March 3, 2016 To add to Byron, crons run using services like easycron or setcronjob do not count towards your 2 per 24 hours (though I suppose running them too frequently could get you suspended for load...). Services like that are the recommended solution for people needing more cron. Quote
avatarci Posted March 3, 2016 Posted March 3, 2016 If you want to create something like a password reset to an email, PHP does have a function for that. Here is the link if it interests you. It's easier to use than cron jobs in my opinion. http://php.net/manual/en/function.mail.php Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.