Skip to content

Commit 2f2c791

Browse files
Increase App Engine timeout from 400s to 1000s (#2325)
* Increase App Engine timeout from 400s to 1000s Fix failing deployments by increasing the App Engine timeout from 400s to 1000s in app.yaml. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <[email protected]> * Add versioning --------- Co-authored-by: Claude <[email protected]>
1 parent dfdd599 commit 2f2c791

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

changelog_entry.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
- bump: patch
2+
changes:
3+
changed:
4+
- Deployment readiness check timeout to 1000s.

gcp/policyengine_api/app.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,4 @@ runtime_config:
2121
runtime_version: "22"
2222
readiness_check:
2323
path: "/readiness_check"
24-
app_start_timeout_sec: 400
24+
app_start_timeout_sec: 1000

0 commit comments

Comments
 (0)