GitHub Actions and Pages are experiencing degraded availability
Thread
Unofficial Hacker News client; not affiliated with Y Combinator.
GitHub Actions and Pages are experiencing degraded availability
Unofficial Hacker News client; not affiliated with Y Combinator.
KyleTheDev · · focus · HN ↗
paularmstrong · · focus · HN ↗
Topfi · · focus · HN ↗
dlcarrier · · focus · HN ↗
presbyterian · · focus · HN ↗
Insanity · · focus · HN ↗
[deleted] · · focus · HN ↗
[deleted]
newtonianrules · · focus · HN ↗
Topfi · · focus · HN ↗
sharts · · focus · HN ↗
WorldMaker · · focus · HN ↗
h2aichat · · focus · HN ↗
homeonthemtn · · focus · HN ↗
dinny · · focus · HN ↗
peterldowns · · focus · HN ↗
stephenway · · focus · HN ↗
denysvitali · · focus · HN ↗
whateveracct · · focus · HN ↗
theamk · · focus · HN ↗
Once this goes in, I'd expect to see 89%, which is zero nines. (I'd like to say, "a new low!", but sadly we've had this before)
ch4s3 · · focus · HN ↗
pbkompasz · · focus · HN ↗
andrewmcwatters · · focus · HN ↗
[dead]
dboreham · · focus · HN ↗
[deleted] · · focus · HN ↗
[deleted]
arandomhuman · · focus · HN ↗
x3n0ph3n3 · · focus · HN ↗
hinkley · · focus · HN ↗
Their MO was to court an executive and sell second-rate tools to them before the people who had to use them had a chance to say anything. It doesn't matter how much evidence you can provide to the contrary, once the million dollar deal is signed, you are going to be tasked with finding reasons to say that your executive was shrewd for buying this pile of junk and unfulfilled promises, and not an insane idiot sucking away your job satisfaction as fast as they can.
They did a lot of deals based on how their products would have features their competitors already have 'soon' when they haven't even started them, and a long track record of taking 3 major releases to get from something to good, and then breaking everything again by doing a 4th major release that re-imagined everything and made it horrible again.
I'm not going to claim that Apple was or is a panacea. Apple doesn't use vaporware which is big, and their Cycle of Awful is 2 releases instead of 3. You could afford to skip 1 waiting for the next even-numbered version, instead of being 2 versions behind and getting pressed to upgrade.
sharts · · focus · HN ↗
vaneri2007 · · focus · HN ↗
duped · · focus · HN ↗
If the scheduling was self hosted it would be inexcusable but you can always just connect whatever you want to webhooks.
hinkley · · focus · HN ↗
They have a strong motivation (self preservation) to continue to misunderstand the problem. If they did what is best for us, then we could avoid a substantial fraction of all GH subscriptions by using a FOSS tool to hit the Pareto frontier by replicating just enough GH services to watch commits and PRs.
packetlost · · focus · HN ↗
jacobgold · · focus · HN ↗
packetlost · · focus · HN ↗
duped · · focus · HN ↗
I don't disagree that it's obvious they've got problems but I'm just saying it's obvious to me the part that falls over (the scheduling of jobs) and why that would impact self hosted runners, which do no scheduling but depend on it to function.
As for 'just a message queue with some database updates and sharding that's easy to reason about'... Here's a job scheduling problem as an example: imagine you schedule a job, and there's no runner available. How do you disambiguate between no runners available because you've reached capacity, runners not being available because they're on a real network with faulty connections, and runners not being available because of a faulty rollout of internal updates?
A simple message queue for job scheduling is fine if you own everything and can deal with the operational overhead of identifying those cases by hand, but Github can't do that.
packetlost · · focus · HN ↗
Sure, but the part that actually schedules where a 'job' gets run is based on a relatively simplistic tag system. Reading the yaml and plopping some job metadata into a queue-like system isn't where I would expect their issues to be, but at their scale I'm sure everything becomes fragile and inscrutable.
> imagine you schedule a job, and there's no runner available. How do you disambiguate between no runners available because you've reached capacity, runners not being available because they're on a real network with faulty connections, and runners not being available because of a faulty rollout of internal updates?
You don't need to. GitHub Actions runners, and most CI runners that I've interacted with appear to have a pull-based model where they ask for work that matches their declared tags/shape (usually platform/runtime/OS/etc.). This probably amounts to a database query, but who knows.
> A simple message queue for job scheduling is fine if you own everything and can deal with the operational overhead of identifying those cases by hand, but Github can't do that.
I highly doubt it's a simple message queue. My issue is git repos and their CI infrastructure have very low coupling to other repos or entities in most circumstances, at least conceptually, so parts of the system (ie. regions, shards, etc.) should be able to function even when others are down (ie. it shouldn't break for everyone). There's clearly centralization and coupling that isn't obvious from an outside perspective, which sorta tells me it's incidental.
inigyou · · focus · HN ↗
This is no surprise given standard Microsoft operating procedure - <a href="https://news.ycombinator.com/item?id=47616242">https://news.ycombinator.com/item?id=47616242
exochrono · · focus · HN ↗
inigyou · · focus · HN ↗
arandomhuman · · focus · HN ↗
cyanydeez · · focus · HN ↗
Sitting on Github these days is the same as sticking to twitter a decade ago, expect next mecha hitler, I suppose.
Arubis · · focus · HN ↗
rvz · · focus · HN ↗
After 6 years of this nonsense of "centralizing everything on GitHub", it is not a good idea at all.
You might as well self host like I said before [0].
[0] <a href="https://news.ycombinator.com/item?id=22868406">https://news.ycombinator.com/item?id=22868406
classictraffic · · focus · HN ↗
ptx · · focus · HN ↗
Or has Microsoft made sure (through Windows licensing terms and pricing) that it's not possible to compete with their own CI offering?
Edit: CircleCI seems to offer 750 minutes/month (whereas GitHub offers 1000 minutes/month).
inigyou · · focus · HN ↗
ptx · · focus · HN ↗
inigyou · · focus · HN ↗
opwizardx · · focus · HN ↗
classictraffic · · focus · HN ↗
wulfmann · · focus · HN ↗
opwizardx · · focus · HN ↗
Seems like the only reliable way to run GHA jobs is to not use their runners. Hope they at least didn’t break self-hosted runners operations
jubilanti · · focus · HN ↗
fir3pho3nixx · · focus · HN ↗
fir3pho3nixx · · focus · HN ↗
player_piano · · focus · HN ↗
steve-atx-7600 · · focus · HN ↗
PhilippGille · · focus · HN ↗
steve-atx-7600 · · focus · HN ↗
Also, doesn't even have RAG offering.
homeonthemtn · · focus · HN ↗
baggachipz · · focus · HN ↗
hinkley · · focus · HN ↗
I should eat lunch.
timetraveller26 · · focus · HN ↗
axod · · focus · HN ↗
niwtsol · · focus · HN ↗
Aug 06, 2026 - 16:27 UTC - Update - Pages is experiencing degraded performance. We are continuing to investigate.
Aug 06, 2026 - 16:19 UTC - Update - Pages is operating normally.
rwz · · focus · HN ↗
[dead]
alamsterdam · · focus · HN ↗
I have sympathy for the on-call team trying to resolve it, most of us have been there done that.
But seems something is systematically going wrong at GH
yashap · · focus · HN ↗
Outages happen, but this many outages so close together, and so many of them so major/long lasting, something is systematically wrong for sure. It's been seriously hamstringing our ability to ship code at my company.
alamsterdam · · focus · HN ↗
What is happening at GH?
Rate of change trying to keep up with new challengers? Over-reliance on AI? Engineers trying to debug slop?
yashap · · focus · HN ↗
They're at 93.91% uptime over the past 90 days, according to <a href="https://mrshu.github.io/github-statuses/" rel="nofollow">https://mrshu.github.io/github-statuses/ , and that doesn't even include today's outage yet.
A glorious one nine of reliability.
marcprux · · focus · HN ↗
delduca · · focus · HN ↗
Yes, we call it: Microslop.
canadiantim · · focus · HN ↗
jjice · · focus · HN ↗
I'd love to know what the most common root causes for these outages are.
throwaway613746 · · focus · HN ↗
[dead]
sharts · · focus · HN ↗
I'm not sure why this particular industry is so abysmal at making things even semi-reliable after decades of research, educated workforces, and loads of cash.
rochak · · focus · HN ↗
[deleted] · · focus · HN ↗
[deleted]
[deleted] · · focus · HN ↗
[deleted]
[deleted] · · focus · HN ↗
[deleted]
earthpyy · · focus · HN ↗