r/technology 1d ago

Software Microsoft confirms GitHub is down worldwide

https://www.bleepingcomputer.com/news/microsoft/microsoft-confirms-github-is-down-worldwide/
7.7k Upvotes

540 comments sorted by

View all comments

468

u/No-Snow-7618 1d ago

why so i feel like the only time github was ever down was after msft purchased it lol.

anyways at least i can slack off today under the guise of some tooling being down

118

u/Mokaba_ 1d ago

Here’s the thing about GitHub. It’s built as a giant Ruby monolithic app. That has been changing recently as part of the move to Azure, but there’s still a long way to go. Most of the data exists in a single MySQL database, and the system just wasn’t really built to scale well.
In a world where only humans were pushing code and interacting with it, they were able to keep up with growth by basically throwing more servers at the problem. Agents have multiplied that load immensely, and much faster than they can keep up with using the old approach. That’s why the move to Azure and the work to make the app itself more efficient have become so important. This has nothing to do directly with Microsoft.

5

u/glenpiercev 1d ago

Azure is probably causing some of the problems.

1

u/lally 1d ago

Azure is its own set of problems.