armadaproject / armada

A multi-cluster batch queuing system for high-throughput workloads on Kubernetes.
https://armadaproject.io
Apache License 2.0
436 stars 128 forks source link

Fix Issues Arising from Confusing Weighted Costs #3758

Closed d80tb7 closed 1 week ago

d80tb7 commented 1 week ago

The cost provider returned weighted costs, this caused issues iin a couple of places where an unweighted cost was expected.

I've modified the cost provider to also return unweighted costs and have renamed the existing methods soo that it's clear they are weighted.