Logo

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

joomla30:jobsfactory:cron [2015/01/05 11:00] (current)
mircea created
Line 1: Line 1:
 +====== Setting up CRON for thePHPfactory Extensions ======
 +
 +\\
 +
 +==== Why do you need a Cron Job? ====
 +
 +\\
 +
 +Cron jobs are tasks that are run at specific time from your hosting provider. These tasks ensure that specific auction tasks run at specific times. This way you make sure that for instance your users get the notifications about upcoming expiring auctions or information regarding their watchlists.
 +
 +
 +Cron jobs are required to keep the component working properly.
 +
 +
 +==== Where do i set up my Cron Jobs? ====
 +
 +\\
 +
 +This depends on your hosting. Check out these links for reference:
 +
 +\\
 +
 +    * [[http://​wiki.thephpfactory.com/​doku.php?​id=cronjob|The Factory CRON Documentation]] ​
 +    * [[http://​www.siteground.com/​tutorials/​cpanel/​cron_jobs.htm|Cron jobs in CPANEL Hostings]] ​
 +    * [[http://​help.godaddy.com/​article/​3547|Cron Jobs in Godaddy Hostings]] ​
 +    * [[http://​wiki.dreamhost.com/​Cron_Jobs|Cron jobs in Dreamhost panel]] ​
 +
 +
 +==== What tasks do i set up in my Cron Jobs? ====
 +
 +\\
 +
 +There are two tasks that must run - a common task that may run every 5-15 minutes, and a daily task that runs once a day.\\ ​ The common task closes current expiring auctions and notifies winners/​auctioneers. \\  The daily task takes care of cleanups, updates the exchange rate for currencies and notifies users of upcoming auctions (in the next 24 hours) \\  Our recommendation is to set up the common at a 5 minutes pace and the daily at midnight.\\ ​ The links you must set up to be accessed in cron are:
 +
 +\\
 +
 +    * Common task: **[Yoursite]/​index.php?​option=com_rbids&​controller=crontask&​pass=pass**
 +    * Daily task: **[Yoursite]/​index.php?​option=com_rbids&​controller=crontask&​daily=1&​pass=pass**
 +
 +\\
 +
 +**Check your component Control Panel for your actual CRON job links!**
 +
 +\\
 +
 +You can set up / change the password for the Cron jobs in //General Settings, first tab - Global settings area//.