Merge pull request #2231 from ryanpetrello/expedite-isolated-heartbeat

expedite the heartbeat when an isolated node is registered
This commit is contained in:
Ryan Petrello
2018-06-19 16:38:56 -04:00
committed by GitHub

View File

@@ -226,7 +226,6 @@ def handle_ha_toplogy_worker_ready(sender, **kwargs):
# Expedite the first hearbeat run so a node comes online quickly.
cluster_node_heartbeat.apply([])
apply_cluster_membership_policies.apply([])
awx_isolated_heartbeat.apply([])
@celeryd_after_setup.connect