Skip to content

Conversation

@mozhou52
Copy link
Collaborator

@mozhou52 mozhou52 commented Dec 19, 2025

fix: use currentInstances==targetInstances replace currentInstances==minInstances in waitForScalingReady

@mozhou52 mozhou52 requested a review from rsonghuster December 19, 2025 05:57
currentInstances === undefined ||
(currentInstances && currentInstances === result.minInstances)
) {
if (currentInstances === undefined || currentInstances === targetInstances) {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

targetInstances 存在 undefined 的情况吗?

@rsonghuster rsonghuster changed the title fix: scalingConfig targetInstances fix: use currentInstances==targetInstances replace currentInstances==minInstances in waitForScalingReady Dec 19, 2025
@rsonghuster rsonghuster merged commit c612e82 into master Dec 19, 2025
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants