Index: /trunk/ippTasks/destreak.pro
===================================================================
--- /trunk/ippTasks/destreak.pro	(revision 27528)
+++ /trunk/ippTasks/destreak.pro	(revision 27529)
@@ -385,4 +385,7 @@
     stderr $LOGSUBDIR/destreak.revert.run.log
 
+    # if we are unable to run the 'exec', use a long retry time
+    periods -exec $RUNEXEC
+
     book npages magicDSToRevert -var N
     if ($N == 0) break
@@ -432,4 +435,6 @@
       echo command $run
     end
+    # if we are ready to run, drop the retry timeout low so we fill up the queue
+    periods -exec 0.05
     command $run
   end
@@ -576,4 +581,7 @@
     stdout $LOGSUBDIR/destreak.cleanup.run.log
     stderr $LOGSUBDIR/destreak.cleanup.run.log
+
+    # if we are unable to run the 'exec', use a long retry time
+    periods -exec $RUNEXEC
 
     book npages magicDSToCleanup -var N
@@ -606,4 +614,6 @@
       echo command $run
     end
+    # if we are ready to run, drop the retry timeout low so we fill up the queue
+    periods -exec 0.05
     command $run
   end
