expedite the heartbeat when an isolated node is registered

This commit is contained in:
Ryan Petrello 2018-06-19 13:49:47 -04:00
parent 2be8e8d55a
commit ff2f7aa950
No known key found for this signature in database
GPG Key ID: F2AA5F2122351777

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