IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 27620


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

extended timeouts, fix host error in burntool

Location:
trunk/ippTasks
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippTasks/magic.pro

    r27472 r27620  
    212212
    213213  periods      -poll $LOADPOLL
    214   periods      -exec $LOADEXEC
    215   periods      -timeout 30
     214#  periods      -exec $LOADEXEC
     215  periods      -exec 30
     216  periods      -timeout 300
    216217  npending     1
    217218
  • 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
  • trunk/ippTasks/warp.pro

    r27472 r27620  
    107107  periods      -poll $LOADPOLL
    108108  periods      -exec $LOADEXEC
    109   periods      -timeout 30
     109  periods      -timeout 1200
    110110  npending     1
    111111
     
    238238  periods      -poll $LOADPOLL
    239239  periods      -exec $LOADEXEC
    240   periods      -timeout 30
     240  periods      -timeout 1200
    241241  npending     1
    242242
Note: See TracChangeset for help on using the changeset viewer.