mirror of
https://github.com/ansible/awx.git
synced 2026-05-11 11:27:36 -02:30
label cleanup periodic job
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user