Index: branches/eam_branches/ipp-20140610/ippTasks/pstamp.pro
===================================================================
--- branches/eam_branches/ipp-20140610/ippTasks/pstamp.pro	(revision 36845)
+++ branches/eam_branches/ipp-20140610/ippTasks/pstamp.pro	(revision 36928)
@@ -175,4 +175,52 @@
 macro pstamp.find.off
     task pstamp.request.find
+        active false
+    end
+end
+macro pstamp.parse.on
+    task pstamp.request.load
+        active true
+    end
+    task pstamp.request.run
+        active true
+    end
+end
+macro pstamp.parse.off
+    task pstamp.request.load
+        active false
+    end
+    task pstamp.request.run
+        active false
+    end
+end
+macro pstamp.job.on
+    task pstamp.job.load
+        active true
+    end
+    task pstamp.job.run
+        active true
+    end
+end
+macro pstamp.job.off
+    task pstamp.job.load
+        active false
+    end
+    task pstamp.job.run
+        active false
+    end
+end
+macro pstamp.finish.on
+    task pstamp.finish.load
+        active true
+    end
+    task pstamp.finish.run
+        active true
+    end
+end
+macro pstamp.finish.off
+    task pstamp.finish.load
+        active false
+    end
+    task pstamp.finish.run
         active false
     end
@@ -469,4 +517,9 @@
         add_poll_args run
         add_poll_labels run
+        # limit query for finished requests to small number
+	# because we only run 4 at a time. Using the default queue
+	# depth fouls up the priority orer
+	# XXX: use a varaible
+	$run = $run -limit 8
         command $run
     end
@@ -499,4 +552,5 @@
     periods     -timeout 2400
     host        anyhost
+    npending    4
 
     task.exec
@@ -951,5 +1005,5 @@
     # overloading nfs
 
-    npending    5
+    npending    2
 
     task.exec
