IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Oct 12, 2006, 10:16:49 AM (20 years ago)
Author:
Paul Price
Message:

Making poll and exec delays globally configurable.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippTasks/detrend.norm.pro

    r9490 r9506  
    2323  host         local
    2424
    25   periods      -poll 1.0
    26   periods      -exec 3.0
     25  periods      -poll $loadpoll
     26  periods      -exec $loadexec
    2727  periods      -timeout 30
    2828
     
    6767# copy new images, sending job to desired host
    6868task           dettool.normstat.process
    69   periods      -poll 0.5
    70   periods      -exec 1.0
     69  periods      -poll $runpoll
     70  periods      -exec $runexec
    7171  periods      -timeout 30
    7272
     
    134134  host         local
    135135
    136   periods      -poll 1.0
    137   periods      -exec 3.0
     136  periods      -poll $loadpoll
     137  periods      -exec $loadexec
    138138  periods      -timeout 30
    139139
     
    181181# copy new images, sending job to desired host
    182182task           dettool.norm.process
    183   periods      -poll 0.5
    184   periods      -exec 1.0
     183  periods      -poll $runpoll
     184  periods      -exec $runexec
    185185  periods      -timeout 30
    186186
     
    252252  host         local
    253253
    254   periods      -poll 1.0
    255   periods      -exec 3.0
     254  periods      -poll $loadpoll
     255  periods      -exec $loadexec
    256256  periods      -timeout 30
    257257
     
    299299# copy new images, sending job to desired host
    300300task           dettool.normexp.process
    301   periods      -poll 0.5
    302   periods      -exec 1.0
     301  periods      -poll $runpoll
     302  periods      -exec $runexec
    303303  periods      -timeout 30
    304304
Note: See TracChangeset for help on using the changeset viewer.