IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Feb 28, 2022, 4:31:43 PM (4 years ago)
Author:
eugene
Message:

macro to turn on/off option to allow stacks with invalid input warp states; speed up queuing for staticsky jobs

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippTasks/staticsky.pro

    r38517 r42098  
    145145
    146146  task.exec
     147    # if we are unable to run the 'exec', use a long retry time
     148    periods -exec $RUNEXEC
     149
    147150    book npages staticskyResult -var N
    148151    if ($N == 0) break
     
    198201      echo command $run
    199202    end
     203    # if we are able to run the 'exec', use a short retry time
     204    periods -exec 0.05
    200205    command $run
    201206  end
Note: See TracChangeset for help on using the changeset viewer.