This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
admin_menu:site_setup:cron_jobs:start [2009/06/09 15:38] jonyo wording |
admin_menu:site_setup:cron_jobs:start [2014/09/25 16:55] (current) |
||
---|---|---|---|
Line 1: | Line 1: | ||
{{indexmenu_n> | {{indexmenu_n> | ||
====== Cron Jobs ====== | ====== Cron Jobs ====== | ||
+ | |||
+ | Admin Page: **Site Setup > Cron Jobs** | ||
In the admin panel, it gives the warning: | In the admin panel, it gives the warning: | ||
< | < | ||
- | The **reason for the strong warning** is so you come to this page to learn what is needed to change certain settings on the page, specifically what you need to do before switching to //Option B//. Don't let the warning scare you too much though, if you are familiar with setting up cron tasks for your hosting (or your hosting has good instructions for doing so), you should be fine with setting up the basic heartbeat to run once a minute, just use the example listed in your admin panel for doing so. The main thing, is after you have set it up to use a manual cron task, after about a week or so, be sure to come back to the cron tasks page and look at the //Last Run// time for each of the cron tasks. | + | The **reason for the strong warning** is so you come to this page to learn what is needed to change certain settings on the page, specifically what you need to do before switching to //Option B//. Don't let the warning scare you too much though, if you are familiar with setting up cron tasks for your hosting (or your hosting has good instructions for doing so), you should be fine with setting up the basic heartbeat to run once a minute, just use the [[#Manually Run Heartbeat every minute]] |
===== How cron tasks work...what a cron task is: ===== | ===== How cron tasks work...what a cron task is: ===== | ||
Line 73: | Line 75: | ||
Replace " | Replace " | ||
+ | |||
+ | =====Are My Cron Routines Running? | ||
+ | |||
+ | To verify if a cron has been run correctly or not, in the admin to go to the following admin tool: | ||
+ | |||
+ | SITE SETUP > CRON JOBS | ||
+ | |||
+ | and look at the times for "last run" on the cron jobs. Make sure that all the cron jobs listed have been run recently. | ||
+ | |||