Logo

Differences

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

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Next revision Both sides next revision
cronjob [2017/03/31 11:28]
sorin [What are CRON Jobs?]
cronjob [2017/03/31 11:31]
sorin [Where do i set up my CRON Jobs?]
Line 14: Line 14:
  
 ==== Why do you need a CRON Job? ==== ==== Why do you need a CRON Job? ====
 +
 +\\
 +PHP is running only when users are visiting your site. You have no guarantee that at a specific time there will be an instance of PHP running on your web server. This is why you have to ensure this through running at specific times the needed PHP script.
  
 \\ \\
Line 24: Line 27:
  
  
-==== Why would you need that?==== +==== Where do i set up my CRON Jobs? ==== 
 \\ \\
-PHP is running only when users are visiting your site. You have no guarantee that at a specific time there will be an instance of PHP running ​on your web serverThis is why you have to ensure this through running at specific times the needed PHP script.+ 
 +Setting up the CRON jobs might be different from one solution to another, since this depends allot on the service providerHere we advise ​to check out our references and match them to the ones provided by your hosting provider or other 3rd party which is offering ​the CRON service
  
 \\ \\
 +
 +    * The Factory CRON Documentation (this document) ​
 +    * [[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]] ​
 +
 +
  
 ==== Which "​thePHPfactory"​ Extensions need Cron jobs?​==== ​ ==== Which "​thePHPfactory"​ Extensions need Cron jobs?​==== ​