That pink "Unicorn!" joke is something that should be reconsidered. When your services are down you're probably causing a lot of people a lot of stress ; I don't think it's the time to be cute and funny about it. EDIT: my bad, seems to be their server's name.
GitHub is down again
191–200 of 425 posts
Re: GitHub is down again
#192You can literally watch GitHub explode bit by bit. Take a look at the GitHub Status History; it's hilarious: https://www.githubstatus.com/history .
Someone should make a timeline chart from that, lol.
Re: GitHub is down again
#193Azure Screen of Death?
Re: GitHub is down again
#1943 outages in 3 months straight according to their own status history. https://www.githubstatus.com/history
Re: GitHub is down again
#195What are good alternatives to GitHub for private repos + actions? I'm considering moving my company off of it because of reliablity issues.
Don't listen to the clueless suggesting Gitlab. It's forgejo (not gitea) or tangled, that's it.
I personally use Gitea, so I'd appreciate some additional information.
Re: GitHub is down again
#196Re: GitHub is down again
#197Gerrit is the other option I'm aware of but it seems like it might require significant work to administer.
Re: GitHub is down again
#198to be fair, i think usage has increased a lot because of coding agents and some things that worked well for now can't scale to the next 10x level.
Re: GitHub is down again
#199Earlier quoted context omitted.
Wait a minute, isn't Git supposed to be... distributed?
Issues, CI, and downloads for built binaries aren't part of vanilla Git. CI in particular can be hard if you make a multi-platform project and don't want to have to buy a new mac every few years.
Re: GitHub is down again
#200Earlier quoted context omitted.
They're in the process of moving from "legacy" infra to Azure, so there's a ton of churn happening behind the scenes. That's probably why things keep exploding.
I don't know jack about shit here, but genuinely: why migrate a live production system piecewise? Wouldn't it be far more sane to start building a shadow copy on Azure and let that blow up in isolation while real users keep using the real service on """legacy""" systems that still work?