Package turbogears :: Module scheduler :: Class ForkedMonthdayTask

Class ForkedMonthdayTask

source code

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

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

Properties

Inherited from object: __class__