GitHub is down again
291–300 of 425 posts
Re: GitHub is down again
#292Earlier quoted context omitted.
Github lost at least one 9, if not two, since last year's "existential" migration to Azure.
Is there any reason why Github needs 99.99% uptime? You can continue working with your local repo.
Re: GitHub is down again
#293Meanwhile, Codeberg and Worktree are both online and humming along. Codeberg gets hit by a fair few attacks every year, but they're doing pretty well, given their resources. I am _really_ enjoying Worktree so far.
Re: GitHub is down again
#294Meanwhile, Codeberg and Worktree are both online and humming along. Codeberg gets hit by a fair few attacks every year, but they're doing pretty well, given their resources. I am _really_ enjoying Worktree so far.
For anyone else having trouble finding Worktree's site because you keep getting "how to use git-worktree" results, it's https://worktree.ca/
Re: GitHub is down again
#295Screw GitHub, seriously. This unreliability is not acceptable. If I’m in a position where I can influence what code forge we use in future I will do everything in my power to steer away from GitHub.
Forge feature parity is easy to find. But GH has that discover ability feature and the social queues from stars/forks. One solution I see is (eg) internal forge (Gitlab/gitea/etc) and then mirrored to GH for those secondary features. Which is funny. If GH was better we'd just buy their better plan. But as it stands we buy from elsewhere and just use GH free plans.
Re: GitHub is down again
#296Re: GitHub is down again
#297What are good alternatives to GitHub for private repos + actions? I'm considering moving my company off of it because of reliablity issues.
Re: GitHub is down again
#298It has been a pretty smooth process. Although we have done a couple of pieces of custom development:
1) We've created a Firecracker-based runner, which will run CI jobs in Firecracker VMs. This brings the Foregjo Actions running experience much more closely into line with GitHub's environment (VM, rather than container). We hope to contribute this back shortly, but also drop me a message if this is of interest.
2) We're working up a proposal[1] to add environments and variable groups to Forgejo Actions. This is something we expect to need for some upcoming compliance requirements.
I really like Forgejo as a project, and I've found the community to be very welcoming. I'm really hoping to see it grow and flourish :D
[0]: https://lithus.eu, adam@
[1]: https://codeberg.org/forgejo/discussions/issues/440
PS. We are also looking at offering this as a managed service to our clients.
Re: GitHub is down again
#299You can literally watch GitHub explode bit by bit. Take a look at the GitHub Status History; it's hilarious: https://www.githubstatus.com/history .
Re: GitHub is down again
#300Earlier quoted context omitted.
That's probably partly why things have got increasingly flaky - until they finish there'll be constant background cognitive load and surface area for bugs from the fact everything (especially the data) is half-migrated
You'd think so, and we don't know about today's incident yet, but recent Github incidents have been attributed specifically to Azure, and Azure itself has had a lot of downtime recently that lasts for many hours.