IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 37323


Ignore:
Timestamp:
Aug 27, 2014, 4:02:49 PM (12 years ago)
Author:
eugene
Message:

allow more poll tasks, activate warp and stack

File:
1 edited

Legend:

Unmodified
Added
Removed
  • tags/ipp-pv3-20140717/ippTasks/remote.pro

    r37296 r37323  
    287287    if ("$STAGE" == "warp")
    288288      $command = sc_prepare_warp.pl --camera GPC1 --warp_id $STAGE_ID --remote_id $REMOTE_ID --path_base $outroot --dbname $DBNAME
    289       echo "skipping warp until scripts are ready"
    290       break
    291289    end
    292290    if ("$STAGE" == "stack")
    293291      $command = sc_prepare_stack.pl --camera GPC1 --stack_id $STAGE_ID --remote_id $REMOTE_ID --path_base $outroot --dbname $DBNAME
    294       echo "skipping stack until scripts are ready"
    295       break
    296292    end
    297293
     
    521517  host       local
    522518  periods    -poll $LOADPOLL
    523   periods    -exec $LOADEXEC
     519  periods    -exec 300
    524520  active       false
    525521  npending   1
     
    529525    stderr $LOGDIR/remote.poll.load
    530526
    531     $end_date = `date +%Y-%m-%dT%H:%M:%S -d '1 hour ago'`
    532     $run = remotetool -listrun -state run -poll_end $end_date
     527    # $end_date = `date +%Y-%m-%dT%H:%M:%S -d '1 hour ago'`
     528    # $run = remotetool -listrun -state run -poll_end $end_date
     529    $run = remotetool -listrun -state run
    533530
    534531    if ($DB:n == 0)
     
    574571  periods      -timeout 6000000
    575572  active       false
    576   npending     3
     573  npending     10
    577574
    578575  task.exec
Note: See TracChangeset for help on using the changeset viewer.