Package turbogears :: Module scheduler :: Class ForkedMonthdayTask

Class ForkedMonthdayTask

source code

       ForkedTaskMixin --+
                         |
DayTaskRescheduler --+   |
                     |   |
              Task --+   |
                     |   |
          MonthdayTask --+
                         |
                        ForkedMonthdayTask

Monthday Task that executes in its own process.

Instance Methods

Inherited from ForkedTaskMixin: __call__

Inherited from MonthdayTask: __init__, execute

Inherited from DayTaskRescheduler: get_schedule_time, reschedule

Inherited from Task: handle_exception