diff options
| -rw-r--r-- | .runway/runway.yml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.runway/runway.yml b/.runway/runway.yml index eb5a9dc..ea6a62c 100644 --- a/.runway/runway.yml +++ b/.runway/runway.yml @@ -14,6 +14,9 @@ spec: - us-east1 startup_probe: path: "/health" + timeout_seconds: 5 + period_seconds: 5 + failure_threshold: 24 # 2 minutes liveness_probe: path: "/health" scalability: |
