- Timestamp:
- 03/14/13 04:41:38 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/DataCheck/Cron/crontab.fact-viewer
r14878 r15065 14 14 # jobmanager to process data 15 15 */15 * * * * if ! ps aux | grep JobManager | grep -v grep >/dev/null 2>&1 ; then ~/DataCheck/Processing/JobManager.sh; fi 16 # fill ratescans to DB 17 0 15,18 * * * if ! ps aux | grep FillRatescans | grep -v grep >/dev/null 2>&1 ; then time ~/DataCheck/Processing/FillRatescans.sh ; fi 18 # fill thresholds to DB 19 30 14,17 * * * if ! ps aux | grep FillAuxThresholds | grep -v grep >/dev/null 2>&1 ; then time ~/DataCheck/Processing/FillAuxThresholds.sh ; fi
Note:
See TracChangeset
for help on using the changeset viewer.