Changeset 18081 for trunk


Ignore:
Timestamp:
01/04/15 05:30:49 (10 years ago)
Author:
Daniela Dorner
Message:
removed filling of information to DB, as this is done on newdaq now
File:
1 edited

Legend:

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

    r17621 r18081  
    77*/5 19-23,0-7 * * * if ! ps aux | grep ZipRawData | grep -v grep >/dev/null 2>&1  ; then /home/fact/SW.automatic.processing/DataCheck/Transfer/ZipRawData.sh ; fi
    8842 8-18 * * * if ! ps aux | grep ZipRawData | grep -v grep >/dev/null 2>&1  ; then /home/fact/SW.automatic.processing/DataCheck/Transfer/ZipRawData.sh ; fi
    9 # (moved to newdaq)
    10 ## check raw data on fact1
    11 #2-59/5 19-23,0-7 * * * if ! ps aux | grep CheckRawData | grep -v grep >/dev/null 2>&1  ; then /home/fact/SW.automatic.processing/DataCheck/Processing/CheckRawData.sh ; fi
    12 #21 8-18 * * * if ! ps aux | grep CheckRawData | grep -v grep >/dev/null 2>&1  ; then /home/fact/SW.automatic.processing/DataCheck/Processing/CheckRawData.sh ; fi
    13 # fill auxiliary data
    14 #3-59/5 19-23,0-7 * * * if ! ps aux | grep FillAuxData | grep -v grep >/dev/null 2>&1  ; then /home/fact/SW.automatic.processing/DataCheck/Processing/FillAuxData.sh ; fi
    15 #21 8-18 * * * if ! ps aux | grep FillAuxData | grep -v grep >/dev/null 2>&1  ; then /home/fact/SW.automatic.processing/DataCheck/Processing/FillAuxData.sh ; fi
    169# fill moon information
    171042 * * * * if ! ps aux | grep FillMoonInfo | grep -v grep >/dev/null 2>&1  ; then /home/fact/SW.automatic.processing/DataCheck/Processing/FillMoonInfo.sh ; fi
Note: See TracChangeset for help on using the changeset viewer.