IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 27239


Ignore:
Timestamp:
Mar 10, 2010, 3:03:21 PM (16 years ago)
Author:
bills
Message:

extend timeout for addstar.run tasks. add macros for toggeling the revert tasks on and off

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippTasks/addstar.pro

    r26116 r27239  
    3737  task addstar.revert
    3838    active false
     39  end
     40end
     41
     42macro addstar.revert.off
     43  task addstar.revert
     44    active false
     45  end
     46end
     47macro addstar.revert.on
     48  task addstar.revert
     49    active true
    3950  end
    4051end
     
    106117  periods      -poll $RUNPOLL
    107118  periods      -exec $RUNEXEC
    108   periods      -timeout 300
     119  periods      -timeout 1200
    109120
    110121  ## we want only a single outstanding addstar job. 
Note: See TracChangeset for help on using the changeset viewer.