Part of lp.scripts.garbo View In Hierarchy
Prune `GitJob`s that are in a final state and more than a month old. When a GitJob is completed, it gets set to a final state. These jobs should be pruned from the database after a month.
Inherited from BulkPruner:
Method | getStore | The master Store for the table we are pruning. |
Method | __init__ | Undocumented |
Method | isDone | See ITunableLoop . |
Method | __call__ | See ITunableLoop . |
Method | cleanUp | See ITunableLoop . |
Inherited from TunableLoop (via BulkPruner):
Method | run | Undocumented |