Changeset 27005
- Timestamp:
- Feb 19, 2010, 10:15:20 AM (16 years ago)
- Location:
- trunk/ippTasks
- Files:
-
- 7 edited
-
chip.pro (modified) (2 diffs)
-
destreak.pro (modified) (8 diffs)
-
diff.pro (modified) (2 diffs)
-
dist.pro (modified) (2 diffs)
-
pantasks.pro (modified) (1 diff)
-
survey.pro (modified) (1 diff)
-
warp.pro (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippTasks/chip.pro
r26950 r27005 127 127 128 128 task.exec 129 # if we are unable to run the 'exec', use a long retry time 130 periods -exec $RUNEXEC 131 129 132 book npages chipPendingImfile -var N 130 133 if ($N == 0) break … … 189 192 echo command $run 190 193 end 194 # if we are unable to run the 'exec', use a long retry time 195 periods -exec 0.05 191 196 command $run 192 197 end -
trunk/ippTasks/destreak.pro
r26447 r27005 132 132 133 133 task.exec 134 $run = magicdstool -todestreak -limit 120 -stage $DS_STAGE:$magicDSStage134 $run = magicdstool -todestreak -limit 20 -stage $DS_STAGE:$magicDSStage 135 135 $magicDSStage ++ 136 136 if ($magicDSStage >= $DS_STAGE:n) set magicDSStage = 0 … … 149 149 end 150 150 end 151 add_poll_args run151 # add_poll_args run 152 152 add_poll_labels run 153 153 command $run … … 189 189 stdout $LOGSUBDIR/destreak.run.log 190 190 stderr $LOGSUBDIR/destreak.run.log 191 192 # if we are unable to run the 'exec', use a long retry time 193 periods -exec $RUNEXEC 194 195 if ($NETWORK == 0) break 191 196 book npages magicToDS -var N 192 197 if ($N == 0) break 193 if ($NETWORK == 0) break 194 198 195 199 # look for new images (pantaskState == INIT) 196 200 book getpage magicToDS 0 -var pageName -key pantaskState INIT … … 237 241 echo command $run 238 242 end 243 244 # if we are ready to run, drop the retry timeout low so we fill up the queue 245 periods -exec 0.05 239 246 command $run 240 247 end … … 322 329 323 330 task.exec 324 $run = magicdstool - torevert -stage $DS_STAGE:$magicDSRevertStage331 $run = magicdstool -limit 20 -torevert -stage $DS_STAGE:$magicDSRevertStage 325 332 $magicDSRevertStage ++ 326 333 if ($magicDSRevertStage >= $DS_STAGE:n) set magicDSRevertStage = 0 … … 340 347 end 341 348 end 342 add_poll_args run349 # add_poll_args run 343 350 add_poll_labels run 344 351 command $run … … 468 475 469 476 task.exec 470 $run = magicdstool - completedrevert477 $run = magicdstool -limit 20 -completedrevert 471 478 if ($DB:n == 0) 472 479 option DEFAULT … … 480 487 if ($magicDSCompletedRevert_DB >= $DB:n) set magicDSCompletedRevert_DB = 0 481 488 end 482 add_poll_args run489 # add_poll_args run 483 490 add_poll_labels run 484 491 command $run -
trunk/ippTasks/diff.pro
r26987 r27005 160 160 161 161 task.exec 162 # if we are unable to run the 'exec', use a long retry time 163 periods -exec $RUNEXEC 164 162 165 book npages diffSkyfile -var N 163 166 if ($N == 0) break … … 210 213 echo command $run 211 214 end 215 periods -exec 0.05 212 216 command $run 213 217 end -
trunk/ippTasks/dist.pro
r26985 r27005 158 158 # stderr $LOGSUBDIR/dist.process.load.log 159 159 160 $run = disttool - pendingcomponent -stage $DIST_STAGE:$currentStage160 $run = disttool -limit 15 -pendingcomponent -stage $DIST_STAGE:$currentStage 161 161 $currentStage ++ 162 162 if ($currentStage >= $DIST_STAGE:n) set currentStage = 0 … … 176 176 end 177 177 end 178 add_poll_args run178 # add_poll_args run 179 179 add_poll_labels run 180 180 command $run -
trunk/ippTasks/pantasks.pro
r27003 r27005 21 21 22 22 $RUNPOLL = 0.5 23 $RUNEXEC = 1.023 $RUNEXEC = 2.5 24 24 25 25 $EXIT_SUCCESS = 0 -
trunk/ippTasks/survey.pro
r26999 r27005 454 454 periods -exec $SURVEY_EXEC 455 455 periods -timeout $SURVEY_TIMEOUT 456 trange 12:00:00 13:00:00457 npending 1456 trange 13:00:00 14:00:00 457 npending 1 458 458 459 459 stdout $LOGDIR/survey.SSdiff.log -
trunk/ippTasks/warp.pro
r26950 r27005 165 165 166 166 task.exec 167 # if we are unable to run the 'exec', use a long retry time 168 periods -exec $RUNEXEC 169 167 170 book npages warpInputExp -var N 168 171 if ($N == 0) break … … 203 206 echo command $run 204 207 end 208 periods -exec 0.05 205 209 command $run 206 210 end … … 292 296 293 297 task.exec 298 # if we are unable to run the 'exec', use a long retry time 299 periods -exec $RUNEXEC 300 294 301 book npages warpPendingSkyCell -var N 295 302 if ($N == 0) break … … 342 349 echo command $run 343 350 end 351 periods -exec 0.05 344 352 command $run 345 353 end
Note:
See TracChangeset
for help on using the changeset viewer.
