IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 34850


Ignore:
Timestamp:
Dec 18, 2012, 2:51:34 PM (13 years ago)
Author:
bills
Message:

minor changes to skycal times and fix way to large poll value for
ns.dqstats.load task

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

Legend:

Unmodified
Added
Removed
  • tags/ipp-20121026/ippTasks/nightly_science.pro

    r32375 r34850  
    258258task              ns.dqstats.load
    259259  host            local
    260   periods         -poll 3600
     260  periods         -poll 20
    261261  periods         -exec $LOADEXEC
    262262  periods         -timeout 300
  • tags/ipp-20121026/ippTasks/skycal.pro

    r34812 r34850  
    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.