What has changed at GitHub to cause this?
GitHub is once again down
11–20 of 214 posts
Re: GitHub is once again down
#12GitHub goes down at least once a week as I said before. [0] thanks to Copilot, Tay.ai and Zoe chatbots wrecking the platform instead of humans maintaining it. If there was a prediction market for when GitHub experiences an outage every week, then you would make a lot of money. [0] https://news.ycombinator.com/item?id=47487881
there are tens of thousands of stupid scripts hosted on github itself that have scheduled progmatic pushes or pulls to repos via cron jobs with millions and millions of users -- yeah LLMs accelerate the fire but let's not pretend that GH was some bastion of real-user-dom somehow at some point.
Re: GitHub is once again down
#13And this is why I self host a lot of my Git stack with Gerrit...
That helps with Git not so much issues etc.
Re: GitHub is once again down
#14Re: GitHub is once again down
#15Re: GitHub is once again down
#16Re: GitHub is once again down
#17What has changed at GitHub to cause this?
Azure
To explain this one-word comment for those unfamiliar, see previously:
GitHub will prioritize migrating to Azure over feature development (5 months ago) https://news.ycombinator.com/item?id=45517173
In particular:
> GitHub has recently seen more outages, in part because its central data center in Virginia is indeed resource-constrained and running into scaling issues. AI agents are part of the problem here. But it’s our understanding that some GitHub employees are concerned about this migration because GitHub’s MySQL clusters, which form the backbone of the service and run on bare metal servers, won’t easily make the move to Azure and lead to even more outages going forward.
Re: GitHub is once again down
#18Re: GitHub is once again down
#19And this is why I self host a lot of my Git stack with Gerrit...
Or just make sure you git fetch repos into $other-place. That helps with Git not so much issues etc.
Re: GitHub is once again down
#20What has changed at GitHub to cause this?