IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 38112 for trunk


Ignore:
Timestamp:
Apr 13, 2015, 1:10:13 PM (11 years ago)
Author:
watersc1
Message:

LAP wasn't designed to deal with the number of exposures per run that exist in the W data. Increasing timeouts for the run tasks to prevent them from timing out when they simply need more time to finish the job.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippTasks/lap.pro

    r37835 r38112  
    220220  periods      -poll $LOADPOLL
    221221  periods      -exec $LOADEXEC
    222   periods      -timeout 600
     222  periods      -timeout 3600
    223223  active       false
    224224# This can probably be increased and spread over hosts in the future.
     
    341341  periods      -poll $LOADPOLL
    342342  periods      -exec $LOADEXEC
    343   periods      -timeout 600
     343  periods      -timeout 3600
    344344  active       false
    345345# This can probably be increased and spread over hosts in the future.
    346   npending     1           
     346  npending     4           
    347347
    348348  task.exec
     
    461461  periods      -poll $LOADPOLL
    462462  periods      -exec $LOADEXEC
    463   periods      -timeout 600
     463  periods      -timeout 3600
    464464  active       false
    465465# This can probably be increased and spread over hosts in the future.
Note: See TracChangeset for help on using the changeset viewer.