Implementing tower cleanup task for cleaning up facts

This commit is contained in:
Matthew Jones
2015-04-24 14:15:25 -04:00
parent be7f27af0d
commit 22acd51650
3 changed files with 10 additions and 4 deletions

View File

@@ -945,6 +945,7 @@ class SystemJobOptions(BaseModel):
('cleanup_jobs', _('Remove jobs older than a certain number of days')),
('cleanup_activitystream', _('Remove activity stream entries older than a certain number of days')),
('cleanup_deleted', _('Purge previously deleted items from the database')),
('cleanup_facts', _('Purge and/or reduce the granularity of system tracking data')),
]
class Meta: