Skip to content

fix(ci): bun install timeout 900s->2400s — stopgap for the slow deploy box (#10839) - #11304

Merged
NubsCarson merged 1 commit into
developfrom
fix/cloud-cf-deploy-bun-install-timeout-2400
Jul 2, 2026
Merged

NubsCarson merged 1 commit into
developfrom
fix/cloud-cf-deploy-bun-install-timeout-2400

Conversation

@NubsCarson

Copy link
Copy Markdown
Member

Stopgap. 3 money-wave deploys hung at the 900s install cap even after the bun-pin (#11235) and cache-to-$HOME (#11268) fixes → the box is slow/degraded. 2400s lets a slow-but-completing install finish in one attempt; if it still fails, it's a true hang needing on-box attention (escalated to @stan on #10839). CI-only, no prod/runtime change. [cloud-audit]

…ploy box (#10839)

Stopgap while the self-hosted robot box IO is investigated: 3 deploys of the
money-integrity wave hung on bun install at the 900s per-attempt cap (both
after pinning bun off canary #11235 and moving the cache to local $HOME
#11268). Give a single attempt 2400s so a slow-but-completing install can
finish instead of being killed mid-link and restarted worse. If it still
fails at 2400s, the box needs on-host attention (confirmed true hang).

@greptile-apps greptile-apps Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Your trial has ended. Reactivate Greptile to resume code reviews.

@coderabbitai

coderabbitai Bot commented Jul 2, 2026

Copy link
Copy Markdown
Contributor

Important

Review skipped

Auto reviews are disabled on this repository. Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro

Run ID: a39ee442-965b-4473-8011-dea3662f8eb0

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Use the checkbox below for a quick retry:

  • 🔍 Trigger review
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch fix/cloud-cf-deploy-bun-install-timeout-2400

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.

@NubsCarson
NubsCarson merged commit c84e69d into develop Jul 2, 2026
36 of 39 checks passed
@NubsCarson
NubsCarson deleted the fix/cloud-cf-deploy-bun-install-timeout-2400 branch July 2, 2026 08:11
NubsCarson added a commit that referenced this pull request Jul 2, 2026
…2400s install timeout (#10839)

Prod deploys run from main (production environment allows only the main
branch), but main cloud-cf-deploy still had the install-hang config: bun
canary + install cache under $PWD (box /tmp, slow FS) + 900s per-attempt cap.
Every money-integrity-wave prod deploy hung on bun install. Ports the three
fixes already merged to develop (#11235/#11268/#11304): pin bun to latest,
put the install cache on local $HOME (persistent/warm), and raise the
per-attempt timeout to 2400s so the slow-but-completing install finishes.

With this on main, a main-push deploy installs, then migrate-db runs
(branch=main satisfies the production environment policy) pending the
required-reviewer approval, then Worker/Pages deploy. Ships the merged money
fixes (#11190 payout gate, #11189 cron, escrow, #11163 launch gate) to prod.
NubsCarson added a commit that referenced this pull request Jul 2, 2026
…2400s install timeout (#10839) (#11314)

Prod deploys run from main (production environment allows only the main
branch), but main cloud-cf-deploy still had the install-hang config: bun
canary + install cache under $PWD (box /tmp, slow FS) + 900s per-attempt cap.
Every money-integrity-wave prod deploy hung on bun install. Ports the three
fixes already merged to develop (#11235/#11268/#11304): pin bun to latest,
put the install cache on local $HOME (persistent/warm), and raise the
per-attempt timeout to 2400s so the slow-but-completing install finishes.

With this on main, a main-push deploy installs, then migrate-db runs
(branch=main satisfies the production environment policy) pending the
required-reviewer approval, then Worker/Pages deploy. Ships the merged money
fixes (#11190 payout gate, #11189 cron, escrow, #11163 launch gate) to prod.
@claude

claude Bot commented Jul 2, 2026

Copy link
Copy Markdown
Contributor

Claude encountered an error —— View job


I'll analyze this and get back to you.

@github-actions github-actions Bot added the ci label Jul 2, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant