fix(deploy): drop reserved PORT env from Cloud Run deploys#9
Conversation
Cloud Run rejects PORT in env: 'reserved env names ... PORT ... automatically set by the system'. --port=8080 / --port=3000 already configure the listen port; Cloud Run injects PORT to match. This failed deploy-api (and skipped deploy-web/smoke) in the 2nd deploy.yml run; migrate + deploy-jobs succeeded. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
|
You have reached your Codex usage limits for code reviews. You can see your limits in the Codex usage dashboard. |
|
Note Gemini is unable to generate a review for this pull request due to the file types involved not being currently supported. |
|
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 (1)
✨ 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 |
Cloud Run rejects
PORTin--set-env-vars(reserved env names ... PORT ... automatically set by the system).--port=8080/--port=3000already configure the listen port and Cloud Run injectsPORTto match. This faileddeploy-apiin the 2nddeploy.ymlrun (migrate+deploy-jobs✅;deploy-web/smokeskipped). Merging re-triggers deploy.yml → the two Cloud Run services (R9).🤖 Generated with Claude Code