Skip to content

Commit 7c110be

Browse files
committed
adding configuration for startup checks
1 parent 9a12eba commit 7c110be

File tree

1 file changed

+17
-1
lines changed

1 file changed

+17
-1
lines changed

server/app.yaml

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,20 @@ resources:
1515
disk_size_gb: 20
1616

1717
beta_settings:
18-
cloud_sql_instances: "analytics-324114:us-central1:solpg"
18+
cloud_sql_instances: "analytics-324114:us-central1:solpg"
19+
20+
liveness_check:
21+
path: "/liveness_check"
22+
initial_delay_sec: 30
23+
timeout_sec: 4
24+
check_interval_sec: 30
25+
failure_threshold: 2
26+
success_threshold: 2
27+
28+
readiness_check:
29+
path: "/readiness_check"
30+
timeout_sec: 4
31+
check_interval_sec: 5
32+
failure_threshold: 2
33+
success_threshold: 2
34+
app_start_timeout_sec: 300

0 commit comments

Comments
 (0)