IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Apr 6, 2010, 12:43:03 PM (16 years ago)
Author:
eugene
Message:

extended timeouts, fix host error in burntool

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippTasks/nightly_stacks.pro

    r27616 r27620  
    314314  periods         -poll $LOADPOLL
    315315  periods         -exec $LOADEXEC
    316   periods         -timeout 30
     316  periods         -timeout 120
    317317  npending        1
    318318
     
    549549    $ns_RburnPAGE ++
    550550    if ($ns_RburnPAGE >= $Npages) set ns_RburnPAGE = 0
    551     if (("$ns_STATE" != "QUEUEBURNING")&&("$ns_STATE" != "BURNING")) break
     551    if (("$ns_STATE" != "QUEUEBURNING")&&("$ns_STATE" != "BURNING") &&("$ns_STATE" != "NEEDSBURNING")) break
    552552    $BURNTOOLING = 1
    553553    # Find out where in the list of jobs we are
     
    605605    host $host
    606606#    set.host.for.camera GPC1 $class_id
    607     $logfile = "/data/${host}.0/burntool_logs/$class_id.$start_date.log"
     607    $logfile = "/data/$host.0/burntool_logs/$class_id.$start_date.log"
    608608
    609609    $run = ipp_apply_burntool.pl --class_id $class_id --dateobs_begin $start_date --dateobs_end $end_date --dbname gpc1 --logfile $logfile
Note: See TracChangeset for help on using the changeset viewer.