Skip to content

Commit

Permalink
[2]Cherry Pick for 4.1.0-preview2 (#525)
Browse files Browse the repository at this point in the history
* Unit tests and Improved handling for SSL PEM attributes (#520)

* Adding Trigger Attribute test for ssl

* Adding UTs for Kafka Scaler Provider and code cleanup

* Scale Metric and Scale Provider Fixes (#521)

* Adding Trigger Attribute test for ssl

* Adding UTs for Kafka Scaler Provider and code cleanup

* Scale Metric and Scale Controller Fixes

* Fixing Incorrect UTs

* Updating version to 4.1.0-preview2 (#522)

* Removing Lower limit on Scaling for Extension Target Scaler (#524)
  • Loading branch information
jainharsh98 authored Oct 18, 2024
1 parent 5fd067d commit b2015e5
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ internal TargetScalerResult GetScaleResultInternal(TargetScalerContext context,
{
return new TargetScalerResult
{
TargetWorkerCount = 1
TargetWorkerCount = 0
};
}

Expand Down Expand Up @@ -155,4 +155,4 @@ internal int GetChangeInWorkerCount(int targetWorkerCount)
return targetWorkerCount - lastTargetScalerResult.TargetWorkerCount;
}
}
}
}

0 comments on commit b2015e5

Please sign in to comment.