Skip to content

Commit

Permalink
change maxNumWorkers to string (#253)
Browse files Browse the repository at this point in the history
  • Loading branch information
n-h-diaz authored Feb 13, 2024
1 parent ff78d0c commit ffee941
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion gcf/base/gcp/config/base.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ tempLocation: "gs://datcom-store-resources/dataflow/tmp"
dataPath: "gs://datcom-store"
controlPath: "gs://datcom-control/base"
appProfileID: "batch"
maxNumWorkers: 1000
maxNumWorkers: "1000"
2 changes: 1 addition & 1 deletion gcf/base/gcp/config/branch.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ tempLocation: "gs://datcom-store-resources/dataflow/tmp"
dataPath: "gs://datcom-store"
controlPath: "gs://datcom-control/branch"
appProfileID: "batch"
maxNumWorkers: 1000
maxNumWorkers: "1000"
2 changes: 1 addition & 1 deletion gcf/base/local/local_flex.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ dataPath: "gs://prophet_cache"
controlPath: "gs://automation_control_test/branch"
tempLocation: "gs://datcom-store-dev-resources/dataflow/tmp"
appProfileID: "batch"
maxNumWorkers: 1000
maxNumWorkers: "1000"

0 comments on commit ffee941

Please sign in to comment.