From 231fcc8178e875c42584126492f425d5fdb1cfe5 Mon Sep 17 00:00:00 2001 From: Jim Ladd Date: Wed, 20 Oct 2021 15:13:01 -0700 Subject: [PATCH] drop lines picked up during merge resolution --- awx/main/tasks.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/awx/main/tasks.py b/awx/main/tasks.py index 7de5902121..dc58c14622 100644 --- a/awx/main/tasks.py +++ b/awx/main/tasks.py @@ -3106,9 +3106,6 @@ class AWXReceptorJob: receptor_ctl.simple_command(f"work release {self.unit_id}") except RuntimeError: logger.exception(f"Unable to release work item {self.unit_id} from {self.task.instance.log_format}") - # If an error occured without the job itself failing, it could be a broken instance - if self.work_type == 'ansible-runner' and ((res is None) or (getattr(res, 'rc', None) is None)): - execution_node_health_check.delay(self.task.instance.execution_node) @property def sign_work(self):