label cleanup periodic job

This commit is contained in:
Chris Meyers
2016-04-05 12:24:13 -04:00
parent 2d9e34162c
commit 68c14976db
7 changed files with 85 additions and 1 deletions

View File

@@ -345,6 +345,10 @@ CELERYBEAT_SCHEDULE = {
'task': 'awx.main.tasks.run_administrative_checks',
'schedule': timedelta(days=30)
},
'label_cleanup': {
'task': 'awx.main.tasks.run_label_cleanup',
'schedule': timedelta(days=7)
},
}
# Social Auth configuration.