mirror of
https://github.com/ansible/awx.git
synced 2026-06-27 01:18:02 -02:30
Deal with exceptions when running execution_node_health_check (#12733)
This commit is contained in:
@@ -234,7 +234,7 @@ def worker_info(node_name, work_type='ansible-runner'):
|
||||
else:
|
||||
error_list.append(details)
|
||||
|
||||
except (ReceptorNodeNotFound, RuntimeError) as exc:
|
||||
except Exception as exc:
|
||||
error_list.append(str(exc))
|
||||
|
||||
# If we have a connection error, missing keys would be trivial consequence of that
|
||||
|
||||
Reference in New Issue
Block a user