IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 27394


Ignore:
Timestamp:
Mar 22, 2010, 3:23:14 PM (16 years ago)
Author:
bills
Message:

remove hard coded pending limits and use add_poll_args

Location:
trunk/ippTasks
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippTasks/destreak.pro

    r27301 r27394  
    127127
    128128  task.exec
    129     $run = magicdstool -todestreak -limit 25 -stage $DS_STAGE:$magicDSStage
     129    $run = magicdstool -todestreak -stage $DS_STAGE:$magicDSStage
    130130    $magicDSStage ++
    131131    if ($magicDSStage >= $DS_STAGE:n) set magicDSStage = 0
     
    144144      end
    145145    end
    146     # add_poll_args run
     146    add_poll_args run
    147147    add_poll_labels run
    148148    command $run
     
    473473
    474474  task.exec
    475     $run = magicdstool -limit 25 -completedrevert
     475    $run = magicdstool -completedrevert
    476476    if ($DB:n == 0)
    477477      option DEFAULT
     
    485485      if ($magicDSCompletedRevert_DB >= $DB:n) set magicDSCompletedRevert_DB = 0
    486486    end
    487     # add_poll_args run
     487    add_poll_args run
    488488    add_poll_labels run
    489489    command $run
  • trunk/ippTasks/dist.pro

    r27055 r27394  
    159159     # stderr $LOGSUBDIR/dist.process.load.log
    160160
    161     $run = disttool -limit 25 -pendingcomponent -stage $DIST_STAGE:$currentStage
     161    $run = disttool -pendingcomponent -stage $DIST_STAGE:$currentStage
    162162    $currentStage ++
    163163    if ($currentStage >= $DIST_STAGE:n) set currentStage = 0
     
    177177      end
    178178    end
    179     # add_poll_args run
     179    add_poll_args run
    180180    add_poll_labels run
    181181    command $run
Note: See TracChangeset for help on using the changeset viewer.