Skip to content

Version Fluid Compute in vercel.json - #189

Merged
lopugit merged 1 commit into
mainfrom
claude/fluid-compute-vercel-json
Aug 8, 2026
Merged

Version Fluid Compute in vercel.json#189
lopugit merged 1 commit into
mainfrom
claude/fluid-compute-vercel-json

Conversation

@lopugit

@lopugit lopugit commented Aug 8, 2026

Copy link
Copy Markdown
Owner

One-liner: pin "fluid": true in remix/vercel.json.

Lopu enabled Fluid Compute in the dashboard on 2026-08-08 (it needs a new deployment to take effect). This versions the setting in the repo the same way the syd1 region pin is versioned, so:

  • every deployment (previews included) gets Fluid regardless of dashboard state,
  • the toggle can never be flipped back accidentally without a reviewable diff,
  • config-as-code stays the single source of truth for function behavior (matching DECISIONS.md's single-source-of-truth default).

Context: Fluid gives in-function concurrency (many requests share one warm instance → far fewer Mongo connection pools against M0's ~500-connection cap), scale-to-one (≥1 instance kept warm, largely retiring the cold-start tax PR #161 shrank), and Active CPU billing (CPU billing pauses during Mongo I/O waits — most of Thingtime's request time). Details in docs/architecture/geo-distribution.md §7 (PR #185).

Merging this = the deployment that turns Fluid on for production.

🤖 Generated with Claude Code

Fluid was enabled in the dashboard on 2026-08-08; pinning it here makes
it deploy-time config like the syd1 region pin — versioned, applied to
every deployment (previews included), and safe against the dashboard
toggle ever being flipped back accidentally.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
@vercel

vercel Bot commented Aug 8, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
thingtime Ready Ready Preview Aug 8, 2026 1:11am

Request Review

@lopugit
lopugit merged commit e3a6e3d into main Aug 8, 2026
21 of 22 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant