GitHub Outages Expose 30X Capacity Crisis Driven by AI Coding BoomGitHub Outages Expose 30X Capacity Crisis Driven by AI Coding BoomGitHub Outages Expose 30X Capacity Crisis Driven by AI Coding BoomGitHub Outages Expose 30X Capacity Crisis Driven by AI Coding Boom
April 28, 2026
GitHub experienced two production incidents within five days in late April 2026, affecting 2,092 pull requests across 230 repositories, as the Microsoft-owned platform races to scale infrastructure for a 30X capacity increase driven by what it calls "agentic development

GitHub experienced two production incidents within five days in late April 2026, affecting 2,092 pull requests across 230 repositories, as the Microsoft-owned platform races to scale infrastructure for a 30X capacity increase driven by what it calls "agentic development workflows" that accelerated sharply since December 2025. The April 23 merge queue regression and April 27 Elasticsearch outage revealed the infrastructure strain behind the AI coding boom, prompting GitHub to reprioritize: availability first, then capacity, then new features.
For enterprises running DevOps pipelines on GitHub (90 million developers across Duolingo, Ford, Spotify, Mercedes-Benz, and thousands of other organizations), the incidents and the accompanying transparency report signal both risk and recalibration. GitHub is redesigning core architecture mid-flight while usage patterns shift faster than anticipated.
What's new
GitHub disclosed two major service disruptions in a blog post published April 28, 2026. The first, on April 23, stemmed from a regression in the merge queue feature: pull requests merged using the squash method produced incorrect merge commits when merge groups contained more than one PR. Changes from previously merged pull requests and prior commits were inadvertently reverted by subsequent merges during the incident window. The issue affected 230 repositories and 2,092 pull requests. Critically, the problem only surfaced for PRs merged through the merge queue with squash merges; those merged outside the queue or using merge or rebase methods were unaffected. GitHub confirmed no data loss occurred, as all commits remained stored in Git.
The second incident, on April 27, knocked out Elasticsearch subsystems powering search experiences across the platform. Git operations and APIs continued functioning, but UI elements dependent on search returned no results. GitHub attributed the outage to a likely botnet attack that overloaded the Elasticsearch cluster. Root cause analysis was still in progress as of the April 28 disclosure.
GitHub launched a 10X capacity expansion plan in October 2025 with the goal of improving reliability and failover. By February 2026, the company determined it needed to design for 30X today's scale. According to the transparency report, agentic development workflows (AI-powered agents and automation tools that generate code, open pull requests, and run continuous integration at machine speed) began accelerating sharply in the second half of December 2025, driving exponential growth in repository creation, pull request activity, API usage, automation, and large-repository workloads.
GitHub has spent the last three months investing heavily in large monorepo scaling. Infrastructure work underway includes migrating webhooks from a MySQL backend to resolve bottlenecks, redesigning the user session cache, overhauling authentication flows to reduce database load, migrating performance-sensitive code from Ruby to Go, and moving from custom data centers to public cloud (Azure) with work on multi-cloud architecture. The company is isolating critical services like Git and GitHub Actions from other workloads and optimizing merge queue operations for repositories with thousands of daily pull requests.
Why it matters

The April incidents expose the infrastructure crisis beneath the AI coding productivity narrative. The shift from 10X to 30X capacity planning in just four months suggests GitHub underestimated the velocity at which AI development tools (including its own GitHub Copilot, positioned as a leader in Gartner's 2025 Magic Quadrant for AI Code Assistants) would reshape developer behavior.
For enterprises, the incidents highlight dependency risk. GitHub serves as the central version control system, CI/CD orchestration layer, and collaboration hub for most software organizations. The merge queue regression introduced silent errors (reverted commits that developers discovered only after merging). The Elasticsearch outage degraded usability without breaking core Git operations, but enterprises relying on GitHub's search for code discovery, issue triage, and compliance audits experienced blind spots.
GitHub's public commitment to "availability first, then capacity, then new features" marks a strategic pivot. The company stopped 8.3 million secret leaks in the past 12 months with push protection and has been shipping features like merge queue to improve velocity. Now, feature development takes a back seat to infrastructure stabilization. Duolingo reported a 25% developer speed boost using GitHub Copilot; if agentic workflows produce 30X the load, enterprises need GitHub to handle 30X the scale without outages that revert commits or black out search.
The transparency report uses "dependency and blast-radius analysis" as the framework for preventing similar failures. Isolating critical services (Git, GitHub Actions) from other workloads reduces the chance that an Elasticsearch botnet attack or merge queue regression cascades across unrelated systems. Multi-cloud architecture and public cloud migration improve failover. The migration from Ruby to Go addresses performance bottlenecks that compound under agentic load.
Competitive Landscape

GitHub's 99.9% Enterprise Cloud SLA is the visible commitment, but it sits alongside three commercial alternatives and two community-governed forges that each compete on a different reliability axis:
- GitLab — crossed $1 billion in annual recurring revenue in fiscal 2026, with 1,456 customers above $100K ARR and 155 above $1M. GitLab.com publishes a matching 99.9% availability SLA backed by service credits for Ultimate-tier customers. Its public status page (status.gitlab.com) recorded 39 incidents in the 90 days preceding May 2026 — a transparency standard GitHub has been criticized for not publishing equivalently.
- Bitbucket (Atlassian) — over 10 million registered users with daily deployment at 60 of the Fortune 100. Per JetBrains' 2025 developer survey, 11% of developers cite Bitbucket as their primary platform versus GitHub's 52%. Atlassian's competitive edge is integration with Jira, Confluence, and Rovo agents — the procurement default for Atlassian-standardized organizations.
- Forgejo + Codeberg — Forgejo v14.0 shipped January 2026 with ActivityPub federation (ForgeFed) ahead of any major commercial competitor. Codeberg, the flagship community-hosted Forgejo instance, runs as a registered German non-profit on dedicated hardware in Berlin. The federated, anti-monoculture answer to GitHub.
- sourcehut — Drew DeVault's $5/$10/$15-per-month minimalist forge with all tiers feature-identical. Email-driven git workflow, no JavaScript required, every paying user funds operations directly. The deliberate antithesis to ad/VC-funded forges.
Charity Majors, co-founder and CTO of observability platform Honeycomb, has framed the structural pressure GitHub is now under: "the majority of companies report that AI is just adding more chaos to a system already defined by chaos." The same dynamic forced the four-month pivot from GitHub's October 2025 10X-capacity plan to its February 2026 30X target. The AI coding tools market grew from $7.65 billion in 2025 to roughly $9.46 billion in 2026 at a 23.7% CAGR per Panto AI analysis, and Gartner reports that 78% of Fortune 500 companies now have AI-assisted development in production — up from 42% in 2024. Microsoft's parent-company commitment is the backstop: roughly $190 billion in capital expenditure for fiscal 2026 (up 61% YoY), with about two-thirds funding AI accelerators and the remainder data-center campuses, cooling, networking, and power.
What's next

GitHub is designing for a future that requires 30X today's scale, with infrastructure work ongoing across webhooks, session caching, authentication flows, monorepo tooling, and multi-cloud failover. The company has not provided a concrete timeline for when the 30X capacity target will be reached or when the fixes and improvements discovered through the April incident post-mortems will deploy to production.
The shift to availability-first priorities means enterprises should expect fewer feature announcements and more infrastructure transparency reports in the coming months. GitHub's roadmap now prioritizes reliability over velocity. For organizations evaluating DevOps platforms, the incidents serve as a reminder that even the most widely adopted tools face scaling challenges when usage patterns shift abruptly. GitHub's transparency on the April outages and the 30X capacity pivot is a positive signal, but enterprises should monitor uptime metrics, review SLA terms, and consider backup strategies for critical repositories.
The agentic workflow acceleration that began in December 2025 shows no signs of slowing. GitHub is betting it can scale infrastructure faster than AI agents can generate load. The next six months will test that bet.
The irony is hard to miss: the AI tools designed to make developers more productive are breaking the infrastructure those developers depend on. GitHub's transparency about the 30X capacity gap is commendable, but the April incidents prove that even tech giants with Microsoft-scale resources are scrambling to keep pace with the AI development explosion they helped create. Enterprises should plan accordingly.
For an engineering team lead running 200 PRs/day across 50+ repositories, the April 23 merge queue regression cost roughly 4-6 engineering hours of unplanned reviews per affected repo — at the 230 affected repos, that's approximately 1,000 engineer-hours of work suspended pending the rollback. The 30X capacity target reframes platform-risk economics: at 99.9% uptime — both GitHub Enterprise Cloud's and GitLab Ultimate's published SLA — an organization expects roughly 8.76 hours of downtime per year. Two two-hour incidents in five days is not above SLA; it is concentrated within the SLA in a way that synchronized AI-driven workflows feel as serial pipeline failure rather than distributed slowdown.
-- Aria Lin, Enterprise Technology Analyst
Sources: GitHub · GitHub Blog — An Update on GitHub Availability · GitHub Online Services SLA · GitLab — 99.9% Availability SLA · Honeycomb (Charity Majors) · Forgejo · sourcehut pricing
More on Revuzia
Ghostty Terminal Emulator Leaves GitHub After Month of Daily Outages
Vapi Hits $500M Valuation After Amazon Ring Chose It Over 40 AI Voice Rivals
Vercel Breach Exposes OAuth Supply Chain Gap Security Teams Cannot Detect