IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jul 10, 2008, 11:15:31 AM (18 years ago)
Author:
bills
Message:

Adjust parameters. Make replicate.load dynamic so we can adjust the exec time.

File:
1 edited

Legend:

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

    r17747 r18462  
    226226    periods      -exec     0.05
    227227    periods      -poll     0.025
    228     periods      -timeout  150
     228    periods      -timeout  700
    229229    # trage       16:00 23:59
    230230    # trage       00:00 04:00
     
    263263
    264264        $batman = $EXP_NAME
    265         $run = pzgetimfiles -uri $URI -filesetid $batman -inst $CAMERA -telescope $TELESCOPE -dbname $DBNAME -timeout 120
     265        # Sidik says we should use a longer timeout
     266        $run = pzgetimfiles -uri $URI -filesetid $batman -inst $CAMERA -telescope $TELESCOPE -dbname $DBNAME -timeout 650
    266267
    267268        # create the command line
     
    293294    host         local
    294295
    295     periods      -exec     10
     296    periods      -exec     30
    296297    periods      -poll      1
    297     periods      -timeout  20
     298    periods      -timeout  120
    298299    # trage       16:00 23:59
    299300    # trage       00:00 04:00
     
    309310        # save the DB name for the exit tasks
    310311        option $DB:$pztoolPendingImfile_DB
    311         command pztool -pendingimfile -limit 40 -dbname $DB:$pztoolPendingImfile_DB
     312        command pztool -pendingimfile -limit 60 -dbname $DB:$pztoolPendingImfile_DB
    312313        $pztoolPendingImfile_DB ++
    313314        if ($pztoolPendingImfile_DB >= $DB:n) set pztoolPendingImfile_DB = 0
     
    337338    periods      -exec     5
    338339    periods      -poll     0.05
    339     periods      -timeout  150
     340    periods      -timeout  650
    340341    # trage       16:00 23:59
    341342    # trage       00:00 04:00
Note: See TracChangeset for help on using the changeset viewer.