feat: add timeout comments to guardrail rule and provider entries in values.yaml#3612
feat: add timeout comments to guardrail rule and provider entries in values.yaml#3612BearTS wants to merge 1 commit into
values.yaml#3612Conversation
|
Warning Rate limit exceeded
You’ve run out of usage credits. Purchase more in the billing tab. ⌛ How to resolve this issue?After the wait time has elapsed, a review can be triggered using the We recommend that you space out your commits to avoid hitting the rate limit. 🚦 How do rate limits work?CodeRabbit enforces hourly rate limits for each developer per organization. Our paid plans have higher rate limits than the trial, open-source and free plans. In all cases, we re-allow further reviews after a brief timeout. Please see our FAQ for further information. ℹ️ Review info⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (2)
📝 WalkthroughWalkthroughThe Bedrock content-filter guardrails policy timeouts are updated in the Helm values configuration. The rule execution timeout default is reduced from 1000 to 60 seconds, and a provider execution timeout of 30 seconds is added for the policy. ChangesBedrock Guardrails Timeout Configuration
Estimated code review effort🎯 2 (Simple) | ⏱️ ~10 minutes Poem
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
06e985b to
f4a7c96
Compare
values.yaml
Confidence Score: 4/5The Helm values change is safe; the enterprise guardrails doc has an intra-file contradiction introduced by this PR that needs resolution before merging. The values.yaml comment changes are correct and harmless. However, docs/enterprise/guardrails.mdx now tells readers the unit is seconds while its own code examples still show values like 5000, 3000, and 2000 that only make sense as milliseconds — a direct contradiction introduced by this PR. docs/enterprise/guardrails.mdx — the code examples need their timeout values updated to match the newly documented seconds unit. Important Files Changed
|
f4a7c96 to
0c421c0
Compare
0c421c0 to
d7856f0
Compare

Summary
Adds inline documentation comments to the Bifrost Helm chart values for timeout configuration fields, clarifying the units and defaults for rule and provider execution timeouts.
Changes
timeoutcomment for guardrail rules to specify seconds as the unit and note the default value of 60 seconds (previously showed1000, which was ambiguous in terms of units)timeoutcomment for guardrail providers to document the default value of 30 secondsType of change
Affected areas
How to test
Deploy or lint the Helm chart to confirm the values file renders correctly.
Breaking changes
Related issues
Security considerations
None.
Checklist
docs/contributing/README.mdand followed the guidelines