Gotta wonder what they're up to over there. Is the AI slop that bad? Culture change?
Unprecedented load. From the GitHub COO on April 3rd: Platform activity is surging. There were 1 billion commits in 2025. Now, it's 275 million per week, on pace for 14 billion this year if growth remains linear (spoiler: it won't.) GitHub Actions has grown from 500M minutes/week in 2023 to 1B minutes/week in 2025, and now 2.1B minutes so far this week. So we're pushing incredibly hard on more CPUs, scaling services,…
GitHub Actions and Pages are experiencing degraded availability
231–240 of 446 posts
Re: GitHub Actions and Pages are experiencing degraded availability
#232Gotta wonder what they're up to over there. Is the AI slop that bad? Culture change?
Unprecedented load. From the GitHub COO on April 3rd: Platform activity is surging. There were 1 billion commits in 2025. Now, it's 275 million per week, on pace for 14 billion this year if growth remains linear (spoiler: it won't.) GitHub Actions has grown from 500M minutes/week in 2023 to 1B minutes/week in 2025, and now 2.1B minutes so far this week. So we're pushing incredibly hard on more CPUs, scaling services,…
Re: GitHub Actions and Pages are experiencing degraded availability
#233This is unconscionable. It's an incredibly bad look to be up an entirety of a workday. When my company migrated from Bitbucket, I never thought that we'd be going to a worse service.
Re: GitHub Actions and Pages are experiencing degraded availability
#234It's not too hard to switch over from GitHub actions to other runners. For example, I wrote up the steps needed in order to use Hugging Face Jobs instead, which also enables GPU runners and other flavors. I use this for several of the repos I manage (such as Trackio): https://huggingface.co/blog/github-ci-hf-jobs
Re: GitHub Actions and Pages are experiencing degraded availability
#235Gotta wonder what they're up to over there. Is the AI slop that bad? Culture change?
Re: GitHub Actions and Pages are experiencing degraded availability
#236Earlier quoted context omitted.
Unprecedented load. From the GitHub COO on April 3rd: Platform activity is surging. There were 1 billion commits in 2025. Now, it's 275 million per week, on pace for 14 billion this year if growth remains linear (spoiler: it won't.) GitHub Actions has grown from 500M minutes/week in 2023 to 1B minutes/week in 2025, and now 2.1B minutes so far this week. So we're pushing incredibly hard on more CPUs, scaling services,…
I find this hard to believe in this context. They should be utilizing load shedding or admission control and killing/rejecting jobs rather than hard failures if it is a scaling issue. It's much more likely an actual software defect than just more load. If this was the case (which they would likely prefer) free/public tiers would be removed first to preserve paying customers services.
Re: GitHub Actions and Pages are experiencing degraded availability
#237It would seem like GitHub is in a precarious situation. We have many agents per employee working in parallel pushing way more commits than was humanly possible before AI, triggering GitHub actions a lot more than the workflows were built for, causing Actions costs to escalate (they really aren't cheap if you compare to hosting it yourself), meanwhile working with YAML workflows is just a pain, and just writing code w…
Re: GitHub Actions and Pages are experiencing degraded availability
#238Earlier quoted context omitted.
https://damrnelson.github.io/github-historical-uptime/ Seems pretty conclusive. Very similar story when they bought skype.
God that's sad. I almost feel bad for all the engineers there, though I'm sure they made good money and probably left
Re: GitHub Actions and Pages are experiencing degraded availability
#239Re: GitHub Actions and Pages are experiencing degraded availability
#240Earlier quoted context omitted.
I find this hard to believe in this context. They should be utilizing load shedding or admission control and killing/rejecting jobs rather than hard failures if it is a scaling issue. It's much more likely an actual software defect than just more load. If this was the case (which they would likely prefer) free/public tiers would be removed first to preserve paying customers services.
Why not both? Higher base load combined with insufficient internal controls for ratelimiting/load-shedding (as in, they don’t know who to shed) would be explanatory.