mirror of
https://github.com/ansible/awx.git
synced 2026-03-09 05:29:26 -02:30
update frequency of collection for automation analytics
This commit is contained in:
committed by
Ryan Petrello
parent
7fe32ab607
commit
844b8a803f
@@ -470,7 +470,7 @@ CELERYBEAT_SCHEDULE = {
|
||||
},
|
||||
'gather_analytics': {
|
||||
'task': 'awx.main.tasks.gather_analytics',
|
||||
'schedule': crontab(hour=0)
|
||||
'schedule': crontab(hour='*/6')
|
||||
},
|
||||
'task_manager': {
|
||||
'task': 'awx.main.scheduler.tasks.run_task_manager',
|
||||
|
||||
Reference in New Issue
Block a user