Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

All cronjobs are located at the directory: 'contenido/cronjobs'. The main configuration for cronjobs is contained in the file :'data/cronlog/crontab.txt'. In this file you can define the execution time for a cronjob file. The last execution time of every cronjob is stored in a file with the name (name.php.job) of the cronjob containing a timestamp of the last execution. Calling The call of the frontend performs a check if the difference of the last execution time and the actual time is bigger than the defined execution time/period in the contab.txt and the cronjob will be executed in this case.

...