Skip to content

Commit

Permalink
fix(autopause) - Drift detection not including SecondsUntilAutoPause
Browse files Browse the repository at this point in the history
  • Loading branch information
angusy29 committed Dec 11, 2024
1 parent 5960130 commit d2721ee
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -497,6 +497,7 @@ static ServerlessV2ScalingConfiguration translateServerlessV2ScalingConfiguratio
return ServerlessV2ScalingConfiguration.builder()
.maxCapacity(serverlessV2ScalingConfiguration.maxCapacity())
.minCapacity(serverlessV2ScalingConfiguration.minCapacity())
.secondsUntilAutoPause(serverlessV2ScalingConfiguration.secondsUntilAutoPause())
.build();
}

Expand Down

0 comments on commit d2721ee

Please sign in to comment.