Top
Best
New

Posted by richtr 15 hours ago

GitHub appears to be struggling with measly three nines availability(www.theregister.com)
430 points | 221 commentspage 5
yurii_l 13 hours ago|
Maybe they need to improve release strategy with Copilot AI Review =)
sammy2255 14 hours ago||
I wonder if they are still running on a single MySQL machine
andrew_mason1 11 hours ago||
They are not: https://www.youtube.com/watch?v=_Xl24s_0mZs
_heimdall 14 hours ago||
The article mentions some concerns related to migrating their MySQL clusters off bare metal.
cl0ckt0wer 13 hours ago||
Cheap, fast, and good. I see which two they chose.
bengale 12 hours ago||
Two?
akshitgaur2005 12 hours ago||
They didn't even choose two, only one :)
sauercrowd 12 hours ago||
I'm somewhat surprised with Github's strategy in the AI times.

I understand how appealing it is to build an AI coding agent and all that, but shouldn't they - above everything else - make sure they remain THE platform for code distribution, collaboration and alike? And it doesnt need to be humans, that can be agents as well.

They should serve the AI agent world first and foremost. Cause if they dont pull that off, and dont pull off building one of the best coding agents - whcih so far they didnt - there isn't much left.

There's so many new features needed in this new world. Really unclear why we hear so little about it, while maintainers smack the alarm bell that they're drowning in slop.

astralasia 12 hours ago||
Microsoft’s real goal is selling Copilot seats and pushing Azure, not building a neutral playground for third-party agents. There is just no money for them in being the backend for someone else's AI. As for the AI spam, GitHub's internal metrics have always been tied to engagement and PR volume. Blocking all that AI slop would instantly drop their growth numbers, so it is easier for them to just pass the cleanup cost onto open-source maintainers.
sauercrowd 8 hours ago||
No disagreement here. Just very short sighted.
pfdietz 5 hours ago||
Hey, it's better than nine threes.
William_BB 13 hours ago||
To me, Github has always seemed well positioned to be a one-stop solution for software development: code, CI/CD, documentation, ticket tracking, project management etc. Could anyone explain where they failed? I keep hearing that Github is terrible
conartist6 12 hours ago||
It always starts out good enough, but the reason they pursue horizontal integration is that it ensures that you won't be able to get out even if (when) you eventually want to. You'll be as glued as a fly to flypaper.

That's the reason you hear the complaints: they're from people who no longer want to be using this product but have no choice.

Because Microsoft doesn't need to innovate or even provide good service to keep the flies glued, they do what they've been doing: focus all their resources on making the glue stickier rather than focusing on making people want to stay even if they had an option to leave.

CharlieDigital 13 hours ago|||
We use GH and are investing more in the platform features.

Codespaces specifically is quite good for agent heavy teams. Launch a full stack runtime for PRs that are agent owned.

    >  keep hearing that Github is terrible
I do not doubt people are having issues and I'm sure there have been outages and problems, but none that have affected my work for weeks.

GH is many things to many teams and my sense is that some parts of it are currently less stable than others. But the overall package is still quite good and delivers a lot of value, IMO.

There is a bit of an echo chamber effect with GH to some degree.

maccard 7 hours ago||
We use GitHub actions and we have more build failures from actions than we do any other source.
esafak 12 hours ago||
They got acquired by Microsoft.
ChrisArchitect 11 hours ago||
Feb 10th post OP;

More recently:

Addressing GitHub's recent availability issues

https://github.blog/news-insights/company-news/addressing-gi...

(with a smattering of submissions here the last few weeks but no discussion)

kylehotchkiss 7 hours ago||
https://status.claude.com _anthropic has entered the room_
Eikon 14 hours ago||
As of recently (workflows worked for months) I even have part of my CI on actions that fails with [0]

2026-02-27T10:11:51.1425380Z ##[error]The runner has received a shutdown signal. This can happen when the runner service is stopped, or a manually started runner is canceled. 2026-02-27T10:11:56.2331271Z ##[error]The operation was canceled.

I had to disable the workflows.

GitHub support response has been

“ We recommend reviewing the specific job step this occurs at to identify any areas where you can lessen parallel operations and CPU/memory consumption at one time.”

That plus other various issues makes me start to think about alternatives, and it would have never occurred to me one year back.

[0] https://github.com/Barre/ZeroFS/actions/runs/22480743922/job...

PxldLtd 13 hours ago|
We've jumped ship to self-hosted Jenkins. Woodpecker CI looks cool but Jenkins seemed like a safer bet for us. It's been well worth the effort and it's simplified and sped up our CI massively.

Once we got the email that they were going to charge for self-hosted runners that was the final nail in the coffin for us. They walked it back but we've lost faith entirely in the platform and vision.

hrmtst93837 6 hours ago|||
Jenkins has a long tail of pain.

CI "simplification" there gets stale fast once plugins age out of sync, upgrades turn into archaeology, and some random maintainer vanishes. Losing faith in GitHub is one thing, but paying an engineer to babysit CI infra every week is usually a worse deal than the SaaS bill.

maccard 7 hours ago||||
I don’t know what’s worse - in 2026 someone genuinely suggesting Jenkins as a viable GHA alternative, or me agreeing with that.

Jenkins has possibly the worst user experience of any piece of software I’ve had to use in the last few years. It’s slow, brittle, somehow both heavyweight and has no features, littered with security vulns due to architecture, is impossible to navigate, has absolutely no standardisation for usage.

And yet it’s still more reliable than GHA.

thwarted 10 hours ago||||
Charging for self-hosted runners is like a corkage fee but you still need to open the bottle yourself.
hrmtst93837 8 hours ago|||
[dead]
lijok 11 hours ago|
ITT lots of complaining, not much building. Microsoft does not give a fuck what you think - they only care if the revenue line goes up. And the revenue line keeps going up despite this instability. Want to build the next unicorn? Build a GitHub competitor.
More comments...