4b3b5e7c4e
checkAndScale was deciding to scale-down based on avgLoad without checking if already at minimum replicas. This caused unnecessary scale-down attempts that would fail and log noise. Add check: only scale-down if instances.size > scaleMinReplicas Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>