Skip to content

fix: Increase Cloud Run startup probe timeout#123

Merged
anth-volk merged 1 commit intomainfrom
fix/fix-deploy-errors
Mar 11, 2026
Merged

fix: Increase Cloud Run startup probe timeout#123
anth-volk merged 1 commit intomainfrom
fix/fix-deploy-errors

Conversation

@anth-volk
Copy link
Contributor

Fixes #122

Summary

  • Increase initial_delay_seconds from 0 to 10
  • Increase failure_threshold from 5 to 10
  • Total startup budget goes from 15s to 40s, preventing probe failures with heavier policyengine>=3.2.1 imports

Test plan

  • Merge and trigger deploy workflow
  • Verify Cloud Run revision starts successfully
  • Confirm /health endpoint responds

🤖 Generated with Claude Code

The app with policyengine>=3.2.1 takes longer to start due to
heavier imports. The old probe (0s delay + 5×3s) only allowed 15s,
causing startup failures. New config: 10s initial delay + 10×3s
retries = 40s total.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@anth-volk anth-volk marked this pull request as ready for review March 11, 2026 01:01
@anth-volk anth-volk merged commit c5ac5b6 into main Mar 11, 2026
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Cloud Run startup probe timeout too short for policyengine>=3.2.1

1 participant