OLS-3221 Reduce app server liveness probe failureThreshold from 15 to 3.#1757
OLS-3221 Reduce app server liveness probe failureThreshold from 15 to 3.#1757sriroopar wants to merge 1 commit into
failureThreshold from 15 to 3.#1757Conversation
|
Warning Review limit reached
More reviews will be available in 58 minutes and 4 seconds. Learn how PR review limits work. Your organization has used up its prepaid credits, and credit purchases are no longer available. Enable the review add-on in the billing tab to keep reviews running — you're only billed for reviews past your plan's rate limits ($0.25/file). ⌛ How to resolve this issue?After more reviews become available, a review can be triggered using the To avoid repeated limits, reduce automatic review volume by pausing incremental auto-reviews earlier, using label-based review opt-in, excluding WIP or generated PR titles, or requesting reviews manually when the PR is ready. If your team needs uninterrupted high-volume reviews, an organization admin can enable usage-based credits. 🚦 How do rate limits work?CodeRabbit enforces per-developer PR review limits for each organization. Most developers receive the normal plan review availability. For paid Pro and Pro+ PR reviews, CodeRabbit uses adaptive limits for sustained high-volume activity. When a developer's recent PR review activity reaches the 95th percentile or higher among CodeRabbit users, additional reviews become available more gradually as earlier reviews age out of the rolling window. Please see our Fair Usage Limits Policy for further information. ℹ️ Review info⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Enterprise Run ID: 📒 Files selected for processing (3)
📝 WalkthroughWalkthroughThe app server deployment lowers the container liveness probe failure threshold from 15 to 3. The associated tests now assert the liveness probe failure threshold and period values in generated deployment output. ChangesApp server liveness probe update
Sequence Diagram(s)Estimated code review effort🎯 1 (Trivial) | ⏱️ ~5 minutes 🚥 Pre-merge checks | ✅ 4 | ❌ 1❌ Failed checks (1 warning)
✅ Passed checks (4 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
Lowers the liveness probe failureThreshold from 15 to 3, giving the pod 90 seconds to self-heal before Kubernetes restarts it. This enables auto-recovery after PostgreSQL restart once the service-side liveness endpoint checks DB health. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
a04e330 to
ac7df2d
Compare
|
@sriroopar: all tests passed! Full PR test history. Your PR dashboard. DetailsInstructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. I understand the commands that are listed here. |
Reduce app server liveness probe
failureThresholdfrom 15 to 3, giving the pod 90 seconds to self-heal via the backgroundhealth-check loop before Kubernetes restarts it
failureThreshold: 3andperiodSeconds: 30to document the 90-second recovery contractDescription
Type of change
Related Tickets & Documents
Checklist before requesting a review
Testing
Summary by CodeRabbit