Package turbogears :: Module scheduler :: Class ForkedIntervalTask

Class ForkedIntervalTask

source code

     object --+    
              |    
ForkedTaskMixin --+
                  |
 object --+       |
          |       |
       Task --+   |
              |   |
   IntervalTask --+
                  |
                 ForkedIntervalTask

Interval Task that executes in its own process.

Instance Methods

Inherited from ForkedTaskMixin: __call__

Inherited from IntervalTask: __init__, reschedule

Inherited from Task: execute, handle_exception

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __sizeof__, __str__, __subclasshook__

Properties

Inherited from object: __class__