IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 34851


Ignore:
Timestamp:
Dec 18, 2012, 2:52:02 PM (14 years ago)
Author:
bills
Message:

changes to task timings from ipp-20121026

Location:
trunk/ippTasks
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippTasks/nightly_science.pro

    r34805 r34851  
    258258task              ns.dqstats.load
    259259  host            local
    260   periods         -poll $LOADPOLL
     260  periods         -poll 20
    261261  periods         -exec $LOADEXEC
    262262  periods         -timeout 300
  • trunk/ippTasks/skycal.pro

    r34814 r34851  
    1010
    1111# skcal.pro should have a more restricted polling limit (to avoid stress with getstar)
    12 if ($?POLL_LIMIT_SKYCAL == 0) set POLL_LIMIT_SKYCAL = 25
     12# XXX: is this necessary anymore?
     13if ($?POLL_LIMIT_SKYCAL == 0) set POLL_LIMIT_SKYCAL = 64
    1314
    1415macro set.skycal.poll
     
    194195    end
    195196    # since we have work to do shorten exec time
    196     periods -exec .1
     197    periods -exec .05
    197198    command $run
    198199  end
Note: See TracChangeset for help on using the changeset viewer.