mirror of
https://github.com/ansible/awx.git
synced 2026-05-07 09:27:36 -02:30
Remove the isolated_heartbeat setup from settings/defaults.py
This commit is contained in:
@@ -491,11 +491,7 @@ CELERYBEAT_SCHEDULE = {
|
|||||||
'schedule': timedelta(seconds=20),
|
'schedule': timedelta(seconds=20),
|
||||||
'options': {'expires': 20}
|
'options': {'expires': 20}
|
||||||
},
|
},
|
||||||
'isolated_heartbeat': {
|
# 'isolated_heartbeat': set up at the end of production.py and development.py
|
||||||
'task': 'awx.main.tasks.awx_isolated_heartbeat',
|
|
||||||
'schedule': timedelta(seconds=AWX_ISOLATED_PERIODIC_CHECK),
|
|
||||||
'options': {'expires': AWX_ISOLATED_PERIODIC_CHECK * 2},
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
AWX_INCONSISTENT_TASK_INTERVAL = 60 * 3
|
AWX_INCONSISTENT_TASK_INTERVAL = 60 * 3
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user