[codex] extend ai router timeout#22
Conversation
|
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)
✨ 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 |
|
@codex review |
|
Codex Review: Didn't find any major issues. 👍 ℹ️ About Codex in GitHubYour team has set up Codex to review pull requests in this repo. Reviews are triggered when you
If Codex has suggestions, it will comment; otherwise it will react with 👍. Codex can also answer questions or update the PR. Try commenting "@codex address that feedback". |
Summary
Extends the Cloudflare router timeout for
ai.ubq.fiservice routes so long-running model requests can complete through the custom domain.Root Cause
ai.ubq.fiis served throughubq.fi-router, not directly by the Deno Deploy app. The router proxied service traffic with a hardcoded 6 second timeout, then returned502 Upstream erroron timeout. Direct calls tohttps://ai-ubq-fi.ubiquity-dao.deno.netbypassed that router and succeeded for OCR requests taking 8-13 seconds.Changes
aiandpreview-aiservice routes a 120 second proxy timeout.Validation
bun install --frozen-lockfile --no-progressbun run type-checkbun test