Skip to content

Commit 6939426

Browse files
Increase max instances (#964)
1 parent d013a44 commit 6939426

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/etl_worker/app-batch.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ resources:
2121
automatic_scaling:
2222
# This is intended for batch jobs.
2323
min_num_instances: 4
24-
max_num_instances: 6
24+
max_num_instances: 12
2525
# Very long cool down period, to reduce the likelihood of tasks being truncated.
2626
cool_down_period_sec: 1800
2727
# We don't care much about latency, so a high utilization is desireable.

0 commit comments

Comments
 (0)