IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 15291


Ignore:
Timestamp:
Oct 11, 2007, 3:26:31 PM (19 years ago)
Author:
jhoblitt
Message:

adjust timings

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippTasks/summit.copy.pro

    r15173 r15291  
    55# pztool -adddatastore -inst allskycam -telescope ps1 -uri  http://otis1.ifa.hawaii.edu/ds/allskycam/index.txt
    66
    7 $workdir    = /export/ipp010.0/
     7$workdir    = /data/ipp010.0/
    88
    99$VERBOSE = 1
     
    5454task pzgetexp
    5555  # timeout shorter than exec so jobs do not build up
    56   periods      -exec     10
     56  periods      -exec     5
    5757  periods      -poll     1
    5858  periods      -timeout  5
     
    132132# run pzgetimfiles on pending exps
    133133task pzgetimfile
    134     periods      -exec     1
    135     periods      -poll     1
     134    periods      -exec     0.05
     135    periods      -poll     0.025
    136136    periods      -timeout  15
    137137    host        local
    138     npending    3
     138    npending    20
    139139
    140140    task.exec
     
    147147            break
    148148        end
    149         periods -exec 0.2
     149        periods -exec 0.05
    150150
    151151        # find an exp that needs imfiles fetched
     
    202202    periods      -exec     5
    203203    periods      -poll     1
    204     periods      -timeout  15
     204    periods      -timeout  5
    205205
    206206    # success
     
    233233task dsget
    234234    periods      -exec     5
    235     periods      -poll     1
    236     periods      -timeout  30
     235    periods      -poll     0.05
     236    periods      -timeout  120
    237237    host        anyhost
    238238
     
    246246            break
    247247        end
    248         periods -exec 0.2
     248        periods -exec 0.05
    249249
    250250        # find an exp that needs imfiles fetched
Note: See TracChangeset for help on using the changeset viewer.