mirror of
https://github.com/ansible/awx.git
synced 2026-04-05 18:19:21 -02:30
Incorrect capacity for remote execution nodes 14051 (#14315)
This commit is contained in:
@@ -466,7 +466,6 @@ def execution_node_health_check(node):
|
||||
data = worker_info(node)
|
||||
|
||||
prior_capacity = instance.capacity
|
||||
|
||||
instance.save_health_data(
|
||||
version='ansible-runner-' + data.get('runner_version', '???'),
|
||||
cpu=data.get('cpu_count', 0),
|
||||
|
||||
Reference in New Issue
Block a user