IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 27529 for trunk


Ignore:
Timestamp:
Mar 30, 2010, 11:17:51 AM (16 years ago)
Author:
bills
Message:

bump exec time when busy

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippTasks/destreak.pro

    r27394 r27529  
    385385    stderr $LOGSUBDIR/destreak.revert.run.log
    386386
     387    # if we are unable to run the 'exec', use a long retry time
     388    periods -exec $RUNEXEC
     389
    387390    book npages magicDSToRevert -var N
    388391    if ($N == 0) break
     
    432435      echo command $run
    433436    end
     437    # if we are ready to run, drop the retry timeout low so we fill up the queue
     438    periods -exec 0.05
    434439    command $run
    435440  end
     
    576581    stdout $LOGSUBDIR/destreak.cleanup.run.log
    577582    stderr $LOGSUBDIR/destreak.cleanup.run.log
     583
     584    # if we are unable to run the 'exec', use a long retry time
     585    periods -exec $RUNEXEC
    578586
    579587    book npages magicDSToCleanup -var N
     
    606614      echo command $run
    607615    end
     616    # if we are ready to run, drop the retry timeout low so we fill up the queue
     617    periods -exec 0.05
    608618    command $run
    609619  end
Note: See TracChangeset for help on using the changeset viewer.