IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 33165


Ignore:
Timestamp:
Jan 26, 2012, 6:59:31 PM (14 years ago)
Author:
bills
Message:

don't target hosts for fake. Fix incorrect periods for ns.dqstats.load

Location:
tags/ipp-20111222/ippTasks
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • tags/ipp-20111222/ippTasks/fake.pro

    r31854 r33165  
    146146
    147147    # specify choice of local or remote host based on camera and fake (class_id)
    148     set.host.for.camera $CAMERA $CLASS_ID
     148    # XXX: this is not worth the trouble. use anyhost
     149    # set.host.for.camera $CAMERA $CLASS_ID
     150    host anyhost
    149151
    150152    # set the WORKDIR variable
  • tags/ipp-20111222/ippTasks/nightly_stacks.pro

    r30049 r33165  
    290290task              ns.dqstats.load
    291291  host            local
    292   periods         -poll 3600
     292  periods         -poll 10
    293293  periods         -exec $LOADEXEC
    294   periods         -timeout 30
     294  periods         -timeout 600
    295295  trange          22:00:00 23:59:59
    296296  trange          00:00:00 10:00:00
Note: See TracChangeset for help on using the changeset viewer.