Index: /tags/ipp-pv3-20140717/ippTasks/remote.pro
===================================================================
--- /tags/ipp-pv3-20140717/ippTasks/remote.pro	(revision 37322)
+++ /tags/ipp-pv3-20140717/ippTasks/remote.pro	(revision 37323)
@@ -287,11 +287,7 @@
     if ("$STAGE" == "warp")
       $command = sc_prepare_warp.pl --camera GPC1 --warp_id $STAGE_ID --remote_id $REMOTE_ID --path_base $outroot --dbname $DBNAME
-      echo "skipping warp until scripts are ready"
-      break
     end
     if ("$STAGE" == "stack")
       $command = sc_prepare_stack.pl --camera GPC1 --stack_id $STAGE_ID --remote_id $REMOTE_ID --path_base $outroot --dbname $DBNAME
-      echo "skipping stack until scripts are ready"
-      break
     end
 
@@ -521,5 +517,5 @@
   host       local
   periods    -poll $LOADPOLL
-  periods    -exec $LOADEXEC
+  periods    -exec 300
   active       false
   npending   1
@@ -529,6 +525,7 @@
     stderr $LOGDIR/remote.poll.load
 
-    $end_date = `date +%Y-%m-%dT%H:%M:%S -d '1 hour ago'`
-    $run = remotetool -listrun -state run -poll_end $end_date
+    # $end_date = `date +%Y-%m-%dT%H:%M:%S -d '1 hour ago'`
+    # $run = remotetool -listrun -state run -poll_end $end_date
+    $run = remotetool -listrun -state run
 
     if ($DB:n == 0)
@@ -574,5 +571,5 @@
   periods      -timeout 6000000
   active       false
-  npending     3
+  npending     10
 
   task.exec
