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