---
title: "Counting to 3 with a new builder processing 50M+ monthly builds"
url: https://daily.dev/posts/counting-to-3-with-a-new-builder-processing-50m-monthly-builds-uvavj2xjm
source_url: https://blog.railway.com/p/new-builder-scale-big
type: article
source: "Railway Blog"
published: 2026-05-14T19:47:34.637Z
updated: 2026-05-14T19:47:56.504Z
tags: ["docker"]
reading_time: 10
upvotes: 5
comments: 0
language: en
---

> ## Documentation Index
> Fetch the complete documentation index at: https://daily.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# Counting to 3 with a new builder processing 50M+ monthly builds

**[Railway Blog](https://daily.dev/sources/railway-blog)** · 10 min read · 5 upvotes · 0 comments

## Summary

Railway replaced its Docker-buildx GCP autoscaler with a fleet of microVM build cells running BuildKit on bare-metal hosts, now processing 66,000 builds per hour at peak. The post details the full engineering journey: a standalone binary refactor that collapsed four layers into one process (cutting ~20s from cached builds), networking failures from VM bridge issues, cgroup v2 isolation to fix stuck builds caused by runc workers starving buildkitd, and a 10-second optimization from reading OCI manifest metadata instead of decompressing image layers. The migration spanned GCP and AWS before landing on bare-metal, with the egress problem now resolved.

## Full article

daily.dev links to this article rather than hosting it. Read it at the original source: <https://blog.railway.com/p/new-builder-scale-big>

## Similar posts on daily.dev

- [How Vercel Cut Build Wait Times From 90 Seconds To 5](https://daily.dev/posts/how-vercel-cut-build-wait-times-from-90-seconds-to-5-qbgsmgld2) · ByteByteGo · 1 upvotes · 0 comments
- [How We Made Docker Builds 193x Faster: From 45 Minutes to 14 Seconds](https://daily.dev/posts/how-we-made-docker-builds-193x-faster-from-45-minutes-to-14-seconds-de7etgu0z) · HelixML · 78 upvotes · 1 comments

---

Tags: [#docker](https://daily.dev/tags/docker)

[View this post on daily.dev](https://daily.dev/posts/counting-to-3-with-a-new-builder-processing-50m-monthly-builds-uvavj2xjm)
