Package turbogears :: Module scheduler :: Class ThreadedMonthdayTask

Class ThreadedMonthdayTask

source code

     ThreadedTaskMixin --+
                         |
DayTaskRescheduler --+   |
                     |   |
              Task --+   |
                     |   |
          MonthdayTask --+
                         |
                        ThreadedMonthdayTask

Monthday Task that executes in its own thread.

Instance Methods

Inherited from ThreadedTaskMixin: __call__, threadedcall

Inherited from MonthdayTask: __init__, execute

Inherited from DayTaskRescheduler: get_schedule_time, reschedule

Inherited from Task: handle_exception