Conversation
|
🤖 I detect that the PR title and the commit message differ and there's only one commit. To use the PR title for the commit history, you can use Github's automerge feature with squashing, or use -- conventional-commit-lint bot |
|
Here is the summary of changes. You are about to add 1 region tag.
This comment is generated by snippet-bot.
|
bb98bac to
179f89b
Compare
feat: code changes for managed autoscaler code changes for managed autoscaler add license lint changes remove comments remove .vscode folder modify timeout in monarch fix mismatched region tag change copyright year to 2023
f459fe2 to
119ae60
Compare
| @@ -0,0 +1,93 @@ | |||
| /** | |||
| * Copyright 2023 Google LLC | |||
There was a problem hiding this comment.
| * Copyright 2023 Google LLC | |
| * Copyright 2024 Google LLC |
| displayName, | ||
| nodeCount: config.nodes, | ||
| processingUnits: config.processingUnits, | ||
| autoscalingConfig: config.autoscalingConfig, |
There was a problem hiding this comment.
We need to do changes for Update Instance to handle below use case
When autoscaling config is set then node and processing unit should not be passed
|
Closing this PR, as there is no more need of this sample. I will add the similar samples using admin client. |
This PR contains code changes for manages autoscaler.