Pre-launch — Gluecron is in final validation. Public signups and git hosting for non-owner users open after launch review.
Commit355cc20unknown_key

chore: fly.toml primary_region iad for colocation with Neon US East

chore: fly.toml primary_region iad for colocation with Neon US East

Neon project (Gluecron) is in AWS us-east-1 (N. Virginia). Keeping the
Fly app in lhr forces every DB query across the Atlantic (~80ms RTT).
Moving to iad eliminates that round trip.

https://claude.ai/code/session_017Do52tMX1P9jPTWXhEohXH
Claude committed on April 21, 2026Parent: f3e1873
1 file changed+11355cc2016378be3726f871f0ac54b60745b2ecd9
1 changed file+1−1
Modifiedfly.toml+1−1View fileUnifiedSplit
11app = "gluecron"
2primary_region = "lhr"
2primary_region = "iad"
33
44[build]
55 dockerfile = "Dockerfile"
66