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
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Enterprise Run ID: 📒 Files selected for processing (3)
🚧 Files skipped from review as they are similar to previous changes (2)
📝 WalkthroughWalkthroughThe app server deployment lowers the liveness probe failure threshold from 15 to 3. Related tests assert the updated failure threshold and period values. ChangesApp server liveness probe update
Estimated code review effort: 1 (Trivial) | ~5 minutes Suggested reviewers: 🚥 Pre-merge checks | ✅ 4 | ❌ 1❌ Failed checks (1 warning)
✅ Passed checks (4 passed)
✨ 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 |
a04e330 to
ac7df2d
Compare
|
/lgtm |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: xrajesh The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
|
/hold Revision ac7df2d was retested 3 times: holding |
ac7df2d to
4e019a0
Compare
|
New changes are detected. LGTM label has been removed. |
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>
4e019a0 to
4b5b8de
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
FailureThresholdto 3 (from 15).PeriodSeconds30 andFailureThreshold3).