Scaling algorithm should use ceil(...) not round(...) for CPU goal CU #1212
Labels
a/tech_debt
Area: related to tech debt
c/autoscaling/autoscaler-agent
Component: autoscaling: autoscaler-agent
From #1107 (comment):
Currently, CPU is the only resource for which we calculate goal CU by
math.Round
instead ofmath.Ceil
. This is inconsistent, and probably not the desired behavior.This would have been addressed as part of #1107, but I didn't want to hide a scaling algorithm change inside a big new feature that's mostly unrelated.
The text was updated successfully, but these errors were encountered: