Skip to content

Commit 373c42e

Browse files
committed
Update maximum autoscaling to 4 instances
1 parent 3828a3d commit 373c42e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deployment_pipeline/prod-config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"instance_type": "ml.t2.large",
55
"auto_scaling": {
66
"min_capacity": 2,
7-
"max_capacity": 10
7+
"max_capacity": 4
88
},
99
"schedule_config": {
1010
"data_capture_sampling_percentage": 100,

0 commit comments

Comments
 (0)