Package turbogears :: Module scheduler :: Class ForkedIntervalTask

Class ForkedIntervalTask

source code

ForkedTaskMixin --+
                  |
       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