IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 36232


Ignore:
Timestamp:
Oct 22, 2013, 3:28:39 PM (13 years ago)
Author:
watersc1
Message:

I had the poll rate set too slow, so the load jobs appeared stalled.
In reality, they were just sleeping for as long as I had told them
too. Oops.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippTasks/rawcheck.pro

    r36221 r36232  
    4848
    4949  # modify these after the tasks are tested
    50   periods      -poll 600
    51   periods      -exec 5
    52   periods      -timeout 20
     50  periods      -poll $LOADPOLL
     51  periods      -exec $LOADEXEC
     52  periods      -timeout 60
    5353  npending     1
    5454
     
    6363        break
    6464     end     
     65     if ($N > 1)
     66        book getpage rawcheckPending N -var pageName
     67        book getword rawcheckPending $pageName dateobs -var DATEOBS_MIN
     68     end
    6569     
    66      $run = regtool -processedexp -state compressed -dateobs_begin $DATEOBS_MIN
     70
     71     $run = regtool -processedexp -state lossy -dateobs_begin $DATEOBS_MIN
     72
    6773     if ($DB:n == 0)
    6874      option DEFAULT
     
    7379      $rawcheck_DB ++
    7480      if ($rawcheck_DB >= $DB:n) set rawcheck_DB = 0
     81
    7582    end
    7683    add_poll_args run
    77 #    add_poll_labels run
    7884    command $run
    7985  end
     
    8692      book listbook rawcheckPending
    8793    end
    88 
    89       book listbook rawcheckPending
    90     book npages rawcheckPending -var N
    91     book getpage rawcheckPending N -var pageName
    92     book getword rawcheckPending $pageName dateobs -var DATEOBS_MIN
    9394
    9495    # delete existing entries in the appropriate pantaskStates
Note: See TracChangeset for help on using the changeset viewer.