IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 27895


Ignore:
Timestamp:
May 10, 2010, 10:46:52 AM (16 years ago)
Author:
eugene
Message:

fix up options to run only in the day (still disabled)

File:
1 edited

Legend:

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

    r26698 r27895  
    107107    periods      -timeout   20
    108108    npending     1
    109     # trange       16:00 23:59
    110     # trange       00:00 04:00
     109
     110    # only active in the day (06:00 to 19:00 HST, times are UT):
     111    trange        -reset
     112    # trange        16:00 23:59
     113    # trange        00:00 05:00
    111114
    112115    task.exec
     
    153156# and inserting these into a db table on the local cluster (pzDownloadExp)
    154157task pzgetexp
     158  host         local
     159
    155160  periods      -exec     30
    156161  periods      -poll     1
    157162  periods      -timeout  700
    158   # trage       16:00 23:59
    159   # trage       00:00 04:00
    160163  npending      1
    161   host         local
     164
     165  # only active in the day (06:00 to 19:00 HST, times are UT):
     166  trange        -reset
     167  # trange        16:00 23:59
     168  # trange        00:00 05:00
    162169
    163170  task.exec
     
    213220    periods      -poll     1
    214221    periods      -timeout  20
    215     # trange       16:00 23:59
    216     # trange       00:00 04:00
    217222    npending     1
     223
     224    # only active in the day (06:00 to 19:00 HST, times are UT):
     225    trange        -reset
     226    # trange        16:00 23:59
     227    # trange        00:00 05:00
    218228
    219229    task.exec
     
    224234        # save the DB name for the exit tasks
    225235        option $DB:$pztoolPendingExp_DB
    226         command pztool -pendingexp -limit 5 -dbname $DB:$pztoolPendingExp_DB
     236        command pztool -pendingexp -limit 10 -dbname $DB:$pztoolPendingExp_DB
    227237        $pztoolPendingExp_DB ++
    228238        if ($pztoolPendingExp_DB >= $DB:n) set pztoolPendingExp_DB = 0
     
    261271# database table of imfiles
    262272task pzgetimfile
     273    host        local
     274
    263275    periods      -exec     0.05
    264276    periods      -poll     0.025
    265277    periods      -timeout  700
    266     # trage       16:00 23:59
    267     # trage       00:00 04:00
    268     host        local
    269278    npending    10
     279
     280    # only active in the day (06:00 to 19:00 HST, times are UT):
     281    trange        -reset
     282    # trange        16:00 23:59
     283    # trange        00:00 05:00
    270284
    271285    task.exec
     
    336350    host         local
    337351
    338     periods      -exec     30
     352    periods      -exec     10
    339353    periods      -poll      1
    340354    periods      -timeout  120
    341     # trage       16:00 23:59
    342     # trage       00:00 04:00
    343355    npending     1
     356
     357    # only active in the day (06:00 to 19:00 HST, times are UT):
     358    trange        -reset
     359    # trange        16:00 23:59
     360    # trange        00:00 05:00
    344361
    345362    # select entries from the current DB; cycle to the next DB, if it exists
     
    352369        # save the DB name for the exit tasks
    353370        option $DB:$pztoolPendingImfile_DB
    354         command pztool -pendingimfile -limit 60 -dbname $DB:$pztoolPendingImfile_DB
     371        command pztool -pendingimfile -limit 240 -dbname $DB:$pztoolPendingImfile_DB
    355372        $pztoolPendingImfile_DB ++
    356373        if ($pztoolPendingImfile_DB >= $DB:n) set pztoolPendingImfile_DB = 0
     
    384401    periods      -poll     0.05
    385402    periods      -timeout  1150
     403
     404    # only active in the day (06:00 to 19:00 HST, times are UT):
    386405    trange        -reset
    387     # only active in the night (18:00 to 06:00 HST, times are UT):
    388     # trange      04:00 16:00
    389     # only active in the day (06:00 to 18:00 HST, times are UT):
    390406    # trange        16:00 23:59
    391     # trange        00:00 04:00
     407    # trange        00:00 05:00
    392408
    393409    task.exec
     
    548564    periods      -poll      1
    549565    periods      -timeout  120
    550     # trage       16:00 23:59
    551     # trage       00:00 04:00
    552566    npending     1
    553567
     
    592606    periods      -poll     0.05
    593607    periods      -timeout  650
    594     # trage       16:00 23:59
    595     # trage       00:00 04:00
    596608
    597609    task.exec
Note: See TracChangeset for help on using the changeset viewer.