forgot to remove label cleanup periodic task

This commit is contained in:
Chris Meyers
2016-07-22 10:33:30 -04:00
parent 46998cdcfe
commit c42af3c61a
4 changed files with 0 additions and 24 deletions

View File

@@ -345,10 +345,6 @@ 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)
},
'authtoken_cleanup': {
'task': 'awx.main.tasks.cleanup_authtokens',
'schedule': timedelta(days=30)