|
__init__(self,
options,
dmd)
start executing the schedule |
source code
|
|
|
buildOptions(self,
parser)
Set options in a borrowed parser |
source code
|
|
|
|
|
configCycle(self)
Basic event-driven config loop |
source code
|
|
|
|
|
|
|
run(self)
Re-read work list from the database |
source code
|
|
|
makeWorkList(self,
now,
workList)
Returns the list of tuples where 0 is the next time the window should
run and the 1 index is the window itself. |
source code
|
|
|
|
|
runEvents(self)
Execute all the maintanance windows at the proper time |
source code
|
|
|
|
|
|