IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 27472


Ignore:
Timestamp:
Mar 26, 2010, 11:38:46 AM (16 years ago)
Author:
bills
Message:

run revert tasks less often. Use a lower -limit for pending stacks

Location:
trunk/ippTasks
Files:
7 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippTasks/camera.pro

    r27200 r27472  
    220220  host         local
    221221
    222   periods      -poll 5.0
    223   periods      -exec 60.0
     222  periods      -poll 60.0
     223  periods      -exec 1800.0
    224224  periods      -timeout 120.0
    225225  npending     1
  • trunk/ippTasks/chip.pro

    r27200 r27472  
    277277  host         local
    278278
    279   periods      -poll 5.0
    280   periods      -exec 60.0
     279  periods      -poll 60.0
     280  periods      -exec 1800.0
    281281  periods      -timeout 120.0
    282282  npending     1
  • trunk/ippTasks/diff.pro

    r27200 r27472  
    424424  host         local
    425425
    426   periods      -poll 5.0
    427   periods      -exec 60.0
     426  periods      -poll 60.0
     427  periods      -exec 1800.0
    428428  periods      -timeout 120.0
    429429  npending     1
  • trunk/ippTasks/fake.pro

    r26977 r27472  
    248248  host         local
    249249
    250   periods      -poll 5.0
    251   periods      -exec 60.0
     250  periods      -poll 60.0
     251  periods      -exec 1800.0
    252252  periods      -timeout 120.0
    253253  npending     1
  • trunk/ippTasks/magic.pro

    r26889 r27472  
    351351  host         local
    352352
    353   periods      -poll 5.0
    354   periods      -exec 60.0
     353  periods      -poll 60.0
     354  periods      -exec 1800.0
    355355  periods      -timeout 120.0
    356356  npending     1
     
    396396  host         local
    397397
    398   periods      -poll 5.0
    399   periods      -exec 60.0
     398  periods      -poll 60.0
     399  periods      -exec 1800.0
    400400  periods      -timeout 120.0
    401401  npending     1
  • trunk/ippTasks/stack.pro

    r27200 r27472  
    111111      # save the DB name for the exit tasks
    112112      option $DB:$stackSkycell_DB
    113       $run = $run -dbname $DB:$stackSkycell_DB
     113      $run = $run -dbname $DB:$stackSkycell_DB -limit 40
    114114      $stackSkycell_DB ++
    115115      if ($stackSkycell_DB >= $DB:n) set stackSkycell_DB = 0
    116116    end
    117117    add_poll_args run
    118     add_poll_labels run
     118    # add_poll_labels run
    119119    command $run
    120120  end
     
    347347  host         local
    348348
    349   periods      -poll 5.0
    350   periods      -exec 60.0
     349  periods      -poll 60.0
     350  periods      -exec 1800.0
    351351  periods      -timeout 120.0
    352352  npending     1
  • trunk/ippTasks/warp.pro

    r27200 r27472  
    428428  host         local
    429429
    430   periods      -poll 5.0
    431   periods      -exec 60.0
     430  periods      -poll 60.0
     431  periods      -exec 1800.0
    432432  periods      -timeout 120.0
    433433  npending     1
     
    474474  host         local
    475475
    476   periods      -poll 5.0
    477   periods      -exec 60.0
     476  periods      -poll 60.0
     477  periods      -exec 1800.0
    478478  periods      -timeout 120.0
    479479  npending     1
Note: See TracChangeset for help on using the changeset viewer.