mirror of
https://github.com/ansible/awx.git
synced 2026-03-25 04:45:03 -02:30
expedite the heartbeat when an isolated node is registered
This commit is contained in:
@@ -226,7 +226,6 @@ def handle_ha_toplogy_worker_ready(sender, **kwargs):
|
|||||||
# Expedite the first hearbeat run so a node comes online quickly.
|
# Expedite the first hearbeat run so a node comes online quickly.
|
||||||
cluster_node_heartbeat.apply([])
|
cluster_node_heartbeat.apply([])
|
||||||
apply_cluster_membership_policies.apply([])
|
apply_cluster_membership_policies.apply([])
|
||||||
awx_isolated_heartbeat.apply([])
|
|
||||||
|
|
||||||
|
|
||||||
@celeryd_after_setup.connect
|
@celeryd_after_setup.connect
|
||||||
|
|||||||
Reference in New Issue
Block a user