Top
Best
New

Posted by maxnoe 6 hours ago

Incident with Pull Requests, Issues, Git Operations and API Requests(www.githubstatus.com)
208 points | 160 comments
gen220 6 hours ago|
https://isgithubcooked.com

Normally I defend GH in the comments of these incidents but it’s been an impressively bad month by their standards, even when you filter for critical components filter out sev-2’s and 3’s.

mirekrusin 2 hours ago||
It's not physically possible to run post-mortems for issues at those rates.

They should install OpenClaw for that as well.

lenerdenator 2 hours ago|||
AI: The cause of, and solution to, all of your tech debt.
embedding-shape 1 hour ago||||
> It's not physically possible to run post-mortems for issues at those rates.

Not at all, you merely move the goal post of at what layer the "root cause" actually could come from! At that speed, it's always something short and sweet, while when you actually want to long-term address things, you have to have time to even investigate organizational issues or whatever the actual problems stem from.

But you have half a day? "Post-mortem: Push X wasn't properly analyzed before deployment, in future more testing" and call it a day.

baalimago 2 hours ago|||
Perhaps best to simply declare indefinite-mortem
rsyring 1 hour ago|||
Of all the sites/graphs I've seen of GH outages, this one is the most striking IMO:

https://damrnelson.github.io/github-historical-uptime/

Unfortunately, it doesn't look like it's being updated with new data. But it wouldn't look any better for GH if it was.

taintlord223 5 hours ago|||
The UI of that page is so nice, should build a github competitor.

The user profile / contributions and PR UX is pretty much the entire "hub" product since git is a fully separate offline app.

embedding-shape 5 hours ago|||
> The UI of that page is so nice

Is it? Seems a text description of "Make a website outlining 'How cooked GitHub' is with a modern style" to basically any LLM would produce exactly that UI and design, literally nothing of that design a human had any influence on, besides the ones selecting what training data the used LLMs was trained with.

I think most of us who've tried using LLMs for web-design can recognize that style and design at this point, regardless of model actually used.

gen220 3 hours ago|||
Oh wow, I'm in the position to be able to give a peek behind the curtain of something (validly!!) critiqued as AI slop! Exciting.

I originally made the core data functionality of this site for myself because I was curious what the uptime stats for each service were (I build something that heavily depends on GitHub), and to viz the distribution/severity of those incidents, again per-service, over time.

It involved a lot of back-and-forth, and is not a one-shotter; maybe closer to 40-50 shots over maybe ~10 hours of human time. A couple memorable things that made it complicated, irrespective of the UI: sneaky bugs around double-counting time for overlapping incidents, no GitHub API for incidents so you need to puppeteer-scrape the backlog of incidents to get historical data. Although, you all are right to call out that the CSS was three shots, though, and it shows :) I thought it looked so cool in ~January 2026 and now it gives me the ick, too!

For people who are curious about how much direction went into the information architecture/presentation, it was fairly substantial. I wanted a contribution graph style viz and it took many turns to get it working the way I wanted. The swimlane viz for selected-day-incident visualization was also me, because I love swimlane graphs.

I ended up sharing it with some folks and they wanted to reference it, so I put it on a website. So it's jokey for sure, but I take my jokes seriously! I'm grateful that people have feedback on how it can better functionally and visually :)

embedding-shape 1 hour ago||
> Although, you all are right to call out that the CSS was three shots, though, and it shows :)

Totally, my comment was all about the styling and design literally, and is in no way a comment about the data or actual contents of the website, hope you didn't take it that way as well, as it does seem proper in that regard!

Thank you for sharing it, and even greater thank you for sharing the process behind building it, for me that's more interesting almost :)

angrydev 5 hours ago||||
Compared to near unusable pages that large organizations produce, yes this page is highly effective at conveying information. Who cares how it was produced?
embedding-shape 5 hours ago|||
> Who cares how it was produced?

Well, we're at least two people who care, since we were conversing about how good/bad the webdesign is, then you jumped in here :) If you don't care, why bother to reply to people who seemingly do care? What kind of conversation are you expecting here, "Yeah, do tooo"? :|

mattacular 4 hours ago||||
A lot of software engineers do still care how software is produced. That's a good thing!
sunrunner 4 hours ago|||
> this page is highly effective at conveying information

Is it though? If the page is near unreadable?

* Almost pure-black background rendering every not-pure-white colour barely readable

* Dark-grey and low saturation colours used almost everywhere, for both fonts and other coloured elements (the orange cells in the calendar are the most readable thing)

* Thin fonts - coupled with the dark grey colours this just adds to the readability issues

* Yet another incredibly long info-dump of a page

And then as far as actual information:

* Vanity metrics as the main information, that is a lot of things with no context or historical information

* A lot of aggregates and rollups that aren't that useful

No, I haven't tried Reader Mode.

It's a good demo for UI state syncing though, I'll give it that.

Hamuko 5 hours ago||||
The Bootstrap of 2020s.
sunrunner 4 hours ago||
At least Boostrap pages were readable ;)
olmo23 5 hours ago|||
What really grinds my gears is how easy it is to get better designs out of LLMs. But if you don't ask, you get the default.
hansmayer 4 hours ago|||
Here is a provocative thought - maybe these are the so-called "better designs" from LLMs? It's not like writing English sentences is some huge secret you are sitting on that no one else knows.
embedding-shape 2 hours ago||
> It's not like writing English sentences is some huge secret you are sitting on that no one else knows.

I'd actually say what really makes an excellent engineer stick out among many great engineers, is their ability to communicate clearly and knowing what needs to be communicated vs not, basically being way better at language and communication in general, and they also understand the important of it.

taintlord223 4 hours ago||||
Outside design systems I rarely get good CSS from LLMs.

3D type stuff too, it's useless outside boilerplate.

Very little spatial reasoning training, no end-user subjective reasoning inference (Google is starting to though even in unrelated chats), so it's no surprise the LLM doesn't know what you want.

Since I don't even know what I want half the time until I saw it, the subjective reasoning piece is key - that is, being able to predict what I'll want to pretty good accuracy. Then you have your agents etc.

drdrey 4 hours ago||||
as someone who doesn't know how to get better design out of LLMs, can you elaborate?
embedding-shape 1 hour ago||
Have an opinion on the design, imagine something, then tell it to do just that, then iterate. It's when you're unspecific you get the generic, bland and typical LLM design, you just have to be subjective and influence it in some (human) direction.
agos 4 hours ago|||
what would you ask to get a better design?
ctdinjeu5 4 hours ago||
I say listen up Gemini you mother FUCKER
vinnymac 5 hours ago||||
I’m actively working on an alternative Frontend for Forgejo at the moment, completely self hostable, free, and open source.

Moving everything from GitHub to Forgejo and Tangled for now. These outages haven’t effected me for the past month because of this.

jmusall 2 hours ago||
Can you elaborate on how your Forgejo frontend will be different than the default one? I'm asking because I've only ever used GitHub, GitLab and Forgejo for longer periods and Forgejo was the fastest and easiest to use for me.
voxic11 4 hours ago||||
The UI is in the default claude code style
FpUser 5 hours ago||||
>"The UI of that page is so nice"

Most part screen is taken by picture. Contrast ratio is really low. Hard to read Should they remove that useless banner, current status which is the most interesting part coud've been made visible right away.

I would call this whole thing highly un-ergonomic

DetroitThrow 5 hours ago|||
Lol it's pretty bad UI
EduardoBautista 6 hours ago|||
May has been filled with critical issues. It seems it's getting worse over time.
hbn 3 hours ago||
Commits are up 14x year-over-year

https://x.com/kdaigle/status/2040164759836778878

tom1337 3 hours ago|||
Yea but thats not really an excuse, is it? They offer a service, (some) people pay for that service and should therefore expect it to work. If GitHub cannot keep up with the growth then they could disable new account registrations or start reducing free tiers so people either use the free tier more mindfully or need to pay for usage-base products like Actions which would GitHub allow to scale.
hbn 2 hours ago||
I mean it's an easy problem to solve when it's just speculating solutions. But there's a very possible reality where in 5 years guys are making YouTube video essays about the fall of Github caused by their "obviously stupid decision" to throttle access to people who were trying to use their service in record numbers, leaving opportunity for someone else to come in and take their lunch.

I don't envy their position of having to scale that fast on something that has to be instant and real-time. As far as I know, you can't do CDN/edge caching shenanigans with a remote git repository like Google can with a YouTube video. It's gotta always be reading/writing to the latest, single source of truth.

tom1337 2 hours ago|||
Sure, backseat commenting is easier and I wouldn't wanna be in charge at github right now, but on the other side there also a reality where we'd see video essays about githubs downfall because their reliability crashed so hard that businesses could not trust them and moved to competitors / self hosted instances which then meant less paid users to subsidize the ever growing demand of the free users.
ifwinterco 2 hours ago|||
Yes it's potentially a write-heavy workload which also needs to be consistent aka the worst case scenario.

The easy solutions like caching and read replicas don't work and you're forced to go the route of sharding or similar techniques that have much more painful tradeoffs.

I'm not sure if that's why everything keeps breaking but at that scale write-heavy workloads are never going to be easy

bushbaba 2 hours ago|||
Not a valid excuse without knowing what their historical growth rate has been. And how much of the instability is load related.
btown 4 hours ago|||
Is the “streak” days of continuous uptime, or of days with at least one downtime incident? I think it’s the latter :]
gen220 3 hours ago|||
It's a streak for continuous uptime, and yeah it is fairly depressing to imagine overseeing that :/
joshuaissac 4 hours ago|||
It looks like it is the number of consecutive days with no incident. If you look at 31 Dec 2025, that corresponds to an 8-day period with no incidents.
isityettime 4 hours ago||
I guess that also means this year GitHub has not yet made it a single week without an outage of some kind.
pluc 6 hours ago|||
Name one thing Microsoft didn't run into the ground post-acquisition
robotmaxtron 5 hours ago|||
hey now, LinkedIn was terrible before Microsoft.
SteveNuts 5 hours ago|||
Java or Bedrock edition, and have you tried logging into your EntraID Microsoft Teams for Xbox account lately? Make sure to check the box to keep you logged in!
cedws 4 hours ago||
Last I heard UK Minecraft players aren't even allowed to talk anymore without ID verification.
pocksuppet 3 hours ago||
And if someone makes a server that doesn't do the chat verification, Microsoft blacklists that server in the client-side server address textbox. This system was developed to destroy pay-to-win servers, but they're now applying it against servers that refuse to censor "fuck".
storus 5 hours ago||||
Not as bad as it is now. All I see are suggested posts from people I never connected with and those are full of instagramesque self-promoting banal vibes.
Mindwipe 4 hours ago|||
TBH, even LinkedIn seemed to provide me with posts advertising events that happened two weeks ago a bit less pre-acquisition.
darkamaul 5 hours ago||||
I think Minecraft is still in good shape
embedding-shape 5 hours ago|||
I wouldn't know, somehow this game I bought maybe 15 years ago is no longer playable for me, my account was supposed to be migrated from Mojang to Microsoft or similar, but then that never happened or something, and trying to login now asks me to contact Microsoft support, which I've tried 3-4 times, never had anyone respond to me so who knows how the game is today? I stopped trying at this point...

Personally, once a game I own is janked from my hands because of organizational decisions, that's the time I'll stop consider the game "in good shape", but I'm sure the people who had to buy the same game a second time still enjoy it.

beart 5 hours ago||
Yes, the account migration was a mess. Support response times were at least 30 days, if you ever actually received a response at all (I never did). I did buy the game a second time in order to play with my kids.
bspammer 5 hours ago||||
They deleted my account from 2010 because I didn't convert it to a Microsoft one. They baked an incredibly aggressive chat filter into multiplayer, even if you're not playing on official servers. They've added microtransactions for things that we previously free (skins, resource packs). They force you into their shitty, bloated, user-hostile launcher with adverts.
pocksuppet 3 hours ago||||
It's been nonstop content-slop since the acquisition. New mobs, new blocks, new items, new blocks, new items, new mobs, new mobs, new biomes. Some of them are good but the totality of adding a bunch of stuff has been to destroy the simplicity that was one of the draws of the original game. Now it's an exploration and niche-mechanics-exploitation game more than a virtual legos game. You don't go mining any more, you find trading loops with villagers.

This was happening to some degree pre-acquisition, but since the acquisition it's been this non-stop.

Some of it's good. The Nether and the oceans were really boring before their respective updates.

They should have called Minecraft "done" around the acquisition time and started on Minecraft 2.

somewhatgoated 5 hours ago|||
[dead]
elzbardico 6 hours ago|||
GH was acquired by microsoft some eight years ago. It has been working quite well until recently.

People may have had complaints about functionality, features, commercial issues, but the thing used to at least have a decent uptime until recently.

chris_money202 5 hours ago|||
Has nothing to do with Microsoft acquisition... AI usage has increased demand and load. More PRs, more Action runners, more of everything firing. GitHub just wasn't ready for the scale and are now having issues catching up with it as it continues to increase exponentially.
semiquaver 4 hours ago|||
This is a convenient lie that GH likes to tell. Growth is nothing like exponential, its at most 300% over several years according to their own public numbers (presented misleadingly on graphs)

But a couple of years ago they were crowing about how much work they were doing to prepare for “a billion developers”. If they had actually done that then the actual load from agents should have been no problem.

chris_money202 4 hours ago||
Is this growth in resource usage or growth in revenue? Because those numbers aren't necessarily coupled. I.e most action runners are free
semiquaver 2 hours ago||
usage
chris_money202 16 minutes ago||
There was an x post in another thread under this post that showed all the standard usage numbers are way up: 14x, 2.1x, etc. And the OP hinted at the usage growth being non-linear for 2026
voncheese 4 hours ago||||
Yeah, that and Microsoft has been slow to move the infrastructure to something that scales better to handle that load.

The more surpassing part is that Microsoft hasn't figured out a way to manage/contain the AI-sourced traffic better so it doesn't create all this noisy neighbor problems for non-AI usage/users.

chris_money202 3 hours ago||
Github's core platform doesn't really make that separation, anything a human can leverage on github an AI agent can as well, just faster and with heavier usage. End of day agents and humans are using the same services.
lqstuart 4 hours ago|||
MSFT is also forcing its subsidiaries to “lean into AI” so that they can fire people to cover for Satya’s bad investments
05hundred 5 hours ago||||
> It has been working quite well until recently.

I'm not sure how reliable the data is, but average uptime seems to have dipped measurably starting within a year of the aquisition, according to https://damrnelson.github.io/github-historical-uptime/

pluc 4 hours ago||
They moved to Azure. Nothing improves on Azure.
bsimpson 5 hours ago||||
It also used to be run as an independent company with access to MS's resources.

Now it's a unit in their AI hype machine.

modriano 5 hours ago|||
MSFT was pretty arms length for the first 5-6 years. I was honestly kind of impressed and it made my opinion of MSFT better. But then AI made it too attractive of a target and MSFT couldn't help but make it a place the former CEO wanted to leave (and it has been running headless for about a year now).

It's quite disappointing objectively, but I expected worse from MSFT.

rvz 5 hours ago|||
They are already cooked as this has been happening ever since the Microsoft acquisition and it was run to the ground before 2023.

At this point you would get better uptime by just self-hosting your own GitLab, Forgejo or Codeberg instance instead of dealing with Github's unreliablity.

There is no defending them with their clear neglet and carelessness of the platform.

pocksuppet 3 hours ago|||
If all you need is a repository, you don't even need any of these. You need SSH access to a server, and optionally, one of several web front-ends. Git comes with a CGI script that handles public anonymous checkouts via HTTP(S), although since nginx doesn't support CGI, integrating those is a little bit tricky as you need a FastCGI wrapper.
vinnymac 4 hours ago|||
I moved most of my projects off GitHub to Forgejo and will be using Tangled too for public repositories. I don’t think people realize that if you self host Forgejo, you get 99% of the functionality of GitHub with zero of the limitations. Especially if you have the hardware to spare for CI runners. And if self hosting isn’t your thing you can always just use Codeberg and Tangled directly.

I’m working on an open source Forgejo browser called Joui. It’s coming along nicely, and is so much snappier than GitHub in every single way.

root-parent 1 hour ago||
Like those aviators who draw a picture on flightradar24, if you filter by All Services - Critical, somebody almost about to draw a swastika just in May... Are the AI agents revolting?
ckorhonen 5 hours ago||
This is getting ridiculous. One particularly concerning thing I’m seeing is that pull requests on both the web UI and API aren’t reflecting all commits or branch changes consistently. It would be very easy to merge something without realizing you’re not actually reviewing the full diff.
mikeocool 3 hours ago||
Yeah, I've had several occasions recently (seemingly not related to any incidents on the status page) where I've had to wait 20 minutes to an hour to be able to open a PR, because Github didn't recognize my branch had any new commits compared to the base branch.
dude250711 53 minutes ago||
A taste of the agenticaly-developed world.
xnorswap 6 hours ago||
Before clicking, I assumed this was going to be a write-up of the one from a few days ago instead of an entirely new incident.
jamdav16 5 hours ago|
I assumed it was the one from yesterday! Silly me.
gred 1 hour ago||
New PR: revert GitHub software and infrastructure to version of June 1st, 2018.

New PR: disable new user signups for 6 months

HR initiative: all future KPIs automatically require three-nines availability; all bonuses are forfeited, regardless of accomplishments, if annual availability falls below target

HR initiative: fire CEO and CTO

rahkiin 1 hour ago||
New PR: disable Github API New PR: block (ai) bots through attestation to make usage predictable
0xblinq 1 hour ago|||
Finance initiative: Undo the Microsoft purchase
thr0w4w4y1337 1 hour ago||
Github does not have a CEO
spaceman_2020 6 hours ago||
is it me or ever since AI coding became the norm, there have been way more outages with otherwise reliable services?

I get downtime on Supabase every few weeks. Even Cloudflare. And now Github

chris_money202 5 hours ago||
Yes, because that caused the usage of the services to skyrocket, GitHub runs on Azure and Azure is experiencing capacity strain due to AI, so GitHub's services are struggling to auto-scale
voncheese 4 hours ago||
Per a report that came out the other day, the GitHub move to Azure has been slowed down (i.e. I don't think it's done). But maybe you have newer/better info than me
tom1337 3 hours ago|||
They are definitely more outages but the question is if these outages are due to the providers using LLMs to build there products and are therefore not delivering the quality they did before or have LLMs enabled a completely new user base to create projects which they deploy in the free tiers of named providers and they simply cannot keep up with the growth and the new influx of free users is skewing their mixed calculations (free vs paid) so heavily that they cannot scale without losing money. I'd probably say it's a mix of both.
hansmayer 5 hours ago|||
No, it's not just you. It is fairly obvious what's happening - the same old Entshittificators now have a great tool to up the speed of entshitification by 100x - thus these crappy outages every other day.
sharts 4 hours ago|||
Correct. There’s no incentive to be careful anymore when you can just prompt an LLM to fix it
julianlam 5 hours ago|||
Not just you, but uncertain whether it's due to unreviewed slop going to production, or increased demand due to slop generation.
throwatdem12311 5 hours ago|||
> is it me or

No, of course not.

sedimannapoleon 4 hours ago||
[dead]
csomar 4 hours ago||
No but everyone is pretending that everything is fine. Actually, no, no one is pretending anything. No one cares, really.
__vivek 41 minutes ago||
https://mrshu.github.io/github-statuses/
robin_reala 4 hours ago||
Good that the Billing functionality is still at 3 nines at least.
simpsond 3 hours ago|
Well, the significant growth comes from freemium usage. A whole lot of vibe slop triggering actions, with no supporting business. So revenue has not tracked all other growth and the billing system isn’t stressed.
Robdel12 27 minutes ago||
I know it’s super fun to shit on GitHub and everyone’s favorite thing to say is “build a competitor!”

They’re trying to scale from 1 billion commits last year to over 14 billion this year. I have zero desire to try and manage that scaling. Basically being DDOS’d by agents all day now.

https://x.com/kdaigle/status/2040164759836778878

sethops1 24 minutes ago|
If it were humans using the site it might be super motivating, but knowing that it's 99% bots producing AI slop, yeah I'd be looking for a new job.
eithed 5 hours ago||
I'd appreciate if they'd not mark the incident as resolved when there's still fallout - ie: my commits didn't display on the branch, my actions didn't run

It's the same issue as the other day - display message at the top admitting that cache needs to be refreshed (or whatever the wording was)

Systemic33 5 hours ago|
Someone linked this third-party "honest" status page:

https://mrshu.github.io/github-statuses/

Seems more accurate with my experience of GitHub.

More comments...