IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 28520


Ignore:
Timestamp:
Jun 28, 2010, 12:47:53 PM (16 years ago)
Author:
watersc1
Message:

The bundle task should not run locally. I also added control for the revert task.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippTasks/dqstats.pro

    r27304 r28520  
    3737  task dqstats.revert
    3838    active false
     39  end
     40end
     41
     42macro dqstats.revert.on
     43  task dqstats.revert
     44    active true
     45  end
     46end
     47
     48macro dqstats.revert.off
     49  task dqstats.revert
     50    active true
    3951  end
    4052end
     
    109121
    110122  ## we want only a single outstanding dqstats job. 
    111   host         local
    112123  npending     1
    113124
     
    187198  periods      -timeout 120.0
    188199  npending     1
     200  active       false
    189201
    190202  stdout NULL
Note: See TracChangeset for help on using the changeset viewer.