We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a12eba commit 7c110beCopy full SHA for 7c110be
server/app.yaml
@@ -15,4 +15,20 @@ resources:
15
disk_size_gb: 20
16
17
beta_settings:
18
- cloud_sql_instances: "analytics-324114:us-central1:solpg"
+ 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
31
+ check_interval_sec: 5
32
33
34
+ app_start_timeout_sec: 300
0 commit comments