Changeset 18329 for trunk/DataCheck/Cron


Ignore:
Timestamp:
08/31/15 01:53:50 (9 years ago)
Author:
Daniela Dorner
Message:
added crons for ratescans
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/DataCheck/Cron/crontab.fact2

    r18166 r18329  
    1010# rsync auxfiles from newdaq via daq to data
    1111*/15 * * * * if ! ps aux | grep RsyncAuxLP | grep -v grep >/dev/null 2>&1  ; then /home/fact/SW.automatic.processing/DataCheck/Transfer/RsyncAuxLP.sh ; fi
    12 # first step of the QLA: rsync newdaq->daq, sequ writing, callisto, star
     12# first step of the QLA: rsync newdaq->daq, callisto, star, starting also ganymed
    1313*/5 19-23,0-7 * * * if ! ps aux | grep Step1 | grep -v grep >/dev/null 2>&1  ; then /home/fact/SW.automatic.processing/DataCheck/QuickLook/Step1.sh ; fi
    14140 8-18 * * * if ! ps aux | grep Step1 | grep -v grep >/dev/null 2>&1  ; then /home/fact/SW.automatic.processing/DataCheck/QuickLook/Step1.sh ; fi
     
    1818# create quality plots
    19190 * * * * /home/fact/SW.automatic.processing/DataCheck/DataCheck/PlotQuality.sh
     20# fill ratescans to database and plot them for website
     2110 * * * * /home/fact/SW.automatic.processing/DataCheck/Processing/FillRatescans.sh
     2215 * * * * /home/fact/SW.automatic.processing/DataCheck/DataCheck/PlotRatescans.sh
    2023# backup of the QLA results to newdaq
    21240 8,10,12 * * * /home/fact/SW.automatic.processing/DataCheck/Transfer/BackupQLA.sh
Note: See TracChangeset for help on using the changeset viewer.