GitHub availability report: June 2026

· Source: The GitHub Blog · Field: Technology & Digital — Software Development & Engineering, Cloud Computing & IT Infrastructure · Depth: Intermediate, medium

Summary

GitHub's June 2026 availability report details infrastructure investments and service performance, including six incidents. Monolith traffic in Azure reached 45% in Central US, below target due to a stability incident pause, with the ramp restarting June 17. Git in Azure increased from 30% to 43% (HTTP and SSH combined), missing its 50% June target, and is expected to plateau near 45% to avoid user latency. Significant progress was made on extracted services: "pullsd" now handles 100% of anonymous pull request reads, "reposd" served 50% of production REST traffic from Azure, and a new users service offloads approximately 500,000 queries per second. API rate limiting is 97% handled at the Gateway, and client-side database load shedding is active on 5% of production traffic. Incidents included Copilot code review failures (June 4), HTTP 504 errors for signed-out users (June 8), GitHub API authentication failures (June 10), Opus 4.8 model degradation (June 16), Copilot frontier chat model unavailability (June 17), and background job service delays (June 25).

Key takeaway

For DevOps Engineers managing large-scale cloud migrations and critical service reliability, GitHub's experience highlights the importance of prioritizing availability over aggressive targets. You should implement strict stability gates for infrastructure ramps, accepting controlled pauses to prevent cascading failures. Additionally, diversify your inference providers and enforce two-person confirmation for production changes to enhance resilience against both internal errors and upstream outages.

Key insights

GitHub prioritizes availability and stability through controlled infrastructure migration and incident learning, accepting target adjustments for reliability.

Principles

Method

Implement stability gates for infrastructure ramps, pin dependency versions, and gradually roll out configuration changes with strong validations.

In practice

Topics

Best for: CTO, Director of AI/ML, AI Architect, DevOps Engineer, Software Engineer, VP of Engineering/Data

Related on AIssential

Open in AIssential →

Editorial summary, takeaway, and curation by AIssential. Original article published by The GitHub Blog.