Skip to content

Commit

Permalink
fix: Set --hmss-maximum-concurrency=5 in dev configuration for GKE (#…
Browse files Browse the repository at this point in the history
…1940)

This option was intended to be set in #1707, but was missing on the GKE Duchy configuration.
  • Loading branch information
SanjayVas authored Dec 12, 2024
1 parent 06a79c8 commit 68496d3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main/k8s/dev/duchy_gke.cue
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,7 @@ duchy: #SpannerDuchy & {
}
"mill-job-scheduler-deployment": {
_liquidLegionsV2MaxConcurrency: #Llv2MillMaxConcurrency
_shareShuffleMaxConcurrency: #HmssMillMaxConcurrency
}
"computation-control-server-deployment": {
_container: {
Expand Down

0 comments on commit 68496d3

Please sign in to comment.