Index: branches/ccl_branches/ipponly-20191108/ippTasks/survey.pro
===================================================================
--- branches/ccl_branches/ipponly-20191108/ippTasks/survey.pro	(revision 41106)
+++ branches/ccl_branches/ipponly-20191108/ippTasks/survey.pro	(revision 41211)
@@ -40,7 +40,9 @@
 $SURVEY_RELSTACK_DB = 0
 $SURVEY_STATICSKYSINGLE_DB = 0
-$SURVEY_EXEC = 120
+$SURVEY_EXEC = 30
 $SURVEY_POLL = 10
-$SURVEY_TIMEOUT = 600
+$SURVEY_TIMEOUT = 30
+# $SURVEY_EXEC = 120
+# $SURVEY_TIMEOUT = 600
 # the tasks for loading the release tabels for nightly science do not need to run very often
 $SURVEY_RELEASE_EXEC = 300
@@ -947,9 +949,9 @@
 
 task survey.addstar
-  host local
- 
   periods      -poll $SURVEY_POLL
   periods      -exec $SURVEY_EXEC
   periods      -timeout $SURVEY_TIMEOUT
+
+  host local
   npending     1
 
@@ -961,5 +963,5 @@
     book npages SURVEY_ADDSTAR -var N
     if ($N == 0)
-#      echo "No labels for processing"
+      echo "No labels for processing survey.addstar"
       break
     endif
@@ -997,13 +999,12 @@
     
     $run = $run -definebyquery -label $label -set_dvodb $dvodb -set_minidvodb_group $minidvodb_group -set_minidvodb -set_label $minidvodb_group -stage $stage
-    # echo $run
     if ("$stage" == "cam") 
-        #only queue destreaked cams. stacks and staticsky don't need this
-    #    if ("$DB:$SURVEY_ADDSTAR_DB" == "isp")
-            #this is the only way I can think of how to handle this (but it is messy). If it is a database that we KNOW doesn't use magicked (ie, isp), then do not queue destreaked
+        #only queue destreaked cams. stacks and staticsky dont need this
+#       if ("$DB:$SURVEY_ADDSTAR_DB" == "isp")
+           # this is the only way I can think of how to handle this (but it is messy). If it is a database that we KNOW doesn use magicked (ie, isp), then do not queue destreaked
            # now with no magic, all are uncensored
            $run = $run -uncensored
 #	else
-	   #if not isp, then run destreaked version only
+	   # if not isp, then run destreaked version only
 #	   $run = $run -destreaked
 #	end
@@ -1018,5 +1019,5 @@
     end
     if ("$stage" == "skycal")
-        #skycal doesn't have magic, however, we still need to tell addtool 
+        #skycal doesnt have magic, however, we still need to tell addtool 
 	$run = $run -uncensored
     end
@@ -1028,5 +1029,4 @@
     end
     # we need to handle isp/gpc1: gpc1 wants destreaked, isp wants uncensored.  Perhaps the best way is by default do destreaked (the most paranoid), and if db = isp (is this the best way?) then do uncensored
-    
 
     echo $run
