docs: setup.md cron section covers both authenticated cron routes - #145
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
|
Warning Review limit reached
Next review available in: 49 minutes Enable usage-based reviews in Billing to review now. Otherwise, wait until the next included review is available. How can I continue?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 reviews. How do review 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 refer docs for additional details. ✨ 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 |
PR Summary by QodoDocs: Clarify CRON_SECRET protects both Vercel cron routes
AI Description
Diagram
High-Level Assessment
Files changed (1)
|
Follow-up to the PR #143 review finding that landed post-merge: the vercel.json snippet and CRON_SECRET prose still described the recovery sweep only, so an operator following setup.md could miss why /api/cron/code-index 401s and the index never builds. Snippet now shows both crons; prose and env-table row state that CRON_SECRET gates both. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
ef28b6f to
31bbf12
Compare
Follow-up to the Qodo finding on #143 that posted after merge:
docs/setup.md's Vercel Cron section still framedCRON_SECRETand thevercel.jsonsnippet as recovery-sweep-only, while the repo now ships a second fail-closed cron route (/api/cron/code-index). An operator following setup.md verbatim would get a silently-401ing code index. The snippet now shows both crons; the prose and env-table row state that the secret gates both routes.🤖 Generated with Claude Code