mirror of
https://github.com/ansible/awx.git
synced 2026-08-01 10:29:56 -02:30
forgot to remove label cleanup periodic task
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user