Login Login

Scheduling Cron jobs

Your guide to pathway services

Revision as of 16:09, 3 February 2014 by Pathway Admin (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Cron jobs are recurring tasks executed by the system, using cron jobs allows you to create and schedule jobs on your website. Cron jobs can run scripts based on the frequency and interval you choose.


Cron Job:

  1. Click on the Sites tab.
  2. Locate the Command Line section.
  3. Select Cron Jobs.
  4. Click on Add new Cron job.
  5. From the Parent website dropdown list, select the website that you would like to schedule a cron job for.
  6. In the Minutes field, enter the frequency in minutes to trigger or run a job. (Allowed values are 0 to 59. Specifying * will run the cronjob every minute.)
  7. In the Hours field, enter the frequency in minutes to trigger or run a job. (Allowed values are 0 to 23. Specifying * will run the cronjob every hour.)