Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
sanderegg committed Nov 14, 2023
1 parent a23e404 commit ce51c58
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -285,7 +285,8 @@ async def _find_needed_instances(
(
i.ec2_instance,
[],
await auto_scaling_mode.compute_node_used_resources(app, i),
i.ec2_instance.resources
- await auto_scaling_mode.compute_node_used_resources(app, i),
)
for i in cluster.active_nodes
]
Expand Down

0 comments on commit ce51c58

Please sign in to comment.