Skip to content
This repository was archived by the owner on May 13, 2026. It is now read-only.

fix(deploy): drop reserved PORT env from Cloud Run deploys#9

Merged
ComBba merged 1 commit into
mainfrom
fix/deploy-reserved-port
May 12, 2026
Merged

fix(deploy): drop reserved PORT env from Cloud Run deploys#9
ComBba merged 1 commit into
mainfrom
fix/deploy-reserved-port

Conversation

@ComBba
Copy link
Copy Markdown
Contributor

@ComBba ComBba commented May 12, 2026

Cloud Run rejects PORT in --set-env-vars (reserved env names ... PORT ... automatically set by the system). --port=8080/--port=3000 already configure the listen port and Cloud Run injects PORT to match. This failed deploy-api in the 2nd deploy.yml run (migrate + deploy-jobs ✅; deploy-web/smoke skipped). Merging re-triggers deploy.yml → the two Cloud Run services (R9).

🤖 Generated with Claude Code

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>
@chatgpt-codex-connector
Copy link
Copy Markdown

You have reached your Codex usage limits for code reviews. You can see your limits in the Codex usage dashboard.

@gemini-code-assist
Copy link
Copy Markdown

Note

Gemini is unable to generate a review for this pull request due to the file types involved not being currently supported.

@coderabbitai
Copy link
Copy Markdown

coderabbitai Bot commented May 12, 2026

Warning

Rate limit exceeded

@ComBba has exceeded the limit for the number of commits that can be reviewed per hour. Please wait 44 minutes and 8 seconds before requesting another review.

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 @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

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 configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro

Run ID: f1f2d68f-cd8f-4000-ae0c-224c55462eef

📥 Commits

Reviewing files that changed from the base of the PR and between 74100e6 and 19c3ba1.

📒 Files selected for processing (1)
  • .github/workflows/deploy.yml
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch fix/deploy-reserved-port

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.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@ComBba ComBba merged commit f51c07f into main May 12, 2026
10 checks passed
@ComBba ComBba deleted the fix/deploy-reserved-port branch May 12, 2026 12:05
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant