We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7a4a5b6 commit 4f10e8cCopy full SHA for 4f10e8c
cmd/etl_worker/app-batch.yaml
@@ -13,15 +13,15 @@ resources:
13
cpu: 4
14
# Instances support between [(cpu * 0.9) - 0.4, (cpu * 6.5) - 0.4]
15
# Actual memory available is exposed via GAE_MEMORY_MB environment variable.
16
- memory_gb: 15
+ memory_gb: 8
17
18
# TODO - Adjust once we understand requirements.
19
disk_size_gb: 10
20
21
automatic_scaling:
22
# This is intended for batch jobs.
23
- min_num_instances: 10
24
- max_num_instances: 40
+ min_num_instances: 4
+ max_num_instances: 6
25
# Very long cool down period, to reduce the likelihood of tasks being truncated.
26
cool_down_period_sec: 1800
27
# We don't care much about latency, so a high utilization is desireable.
0 commit comments