From ff2f7aa95032e075db316814118de798fe6b4450 Mon Sep 17 00:00:00 2001 From: Ryan Petrello Date: Tue, 19 Jun 2018 13:49:47 -0400 Subject: [PATCH] expedite the heartbeat when an isolated node is registered --- awx/main/tasks.py | 1 - 1 file changed, 1 deletion(-) diff --git a/awx/main/tasks.py b/awx/main/tasks.py index 0538e7b0c4..01c1c46e3b 100644 --- a/awx/main/tasks.py +++ b/awx/main/tasks.py @@ -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