Live data from Hacker News

Gitlab.com was experiencing elevated error rates for Git, Web, and API

status.gitlab.com

51–60 of 94 posts

Re: Gitlab.com was experiencing elevated error rates for Git, Web, and API

#51
Gitlab is a great service and a great alternative to github and bitbucket. But it has been quite flaky over many years and it's quite surprising they haven't prioritised system stability over everything else. https://twitter.com/gitlabstatus

Gitlab has been a fully remote proponent going back a few years and these persistent reliability issues add some doubt to that model - even if there might be altogether other issues in play.

Re: Gitlab.com was experiencing elevated error rates for Git, Web, and API

#52

This is what happens when you rename master to main.

Oh come on

I’m not being facetious, or implying support for master/slave nomenclature. But if you ship a big change like this that impacts very core assumptions in 99% of the Git ecosystem, you’re perhaps in for a treat.

Re: Gitlab.com was experiencing elevated error rates for Git, Web, and API

#53

Hi, GitLab team member here. Heads-up: GitLab.com appears to be stable again. Our engineers are monitoring and investigating the root cause of the incident. https://twitter.com/gitlabstatus/status/1371443832865222658

Out of curiosity, why does your "about" page vouch for a suspended Twitter account? Is @GitLab -> @GitLabs a typo? https://about.gitlab.com/handbook/marketing/community-relati... @GitLab

Thanks! It is a typo and I submitted a fix https://gitlab.com/gitlab-com/www-gitlab-com/-/merge_request...

Please note that about.gitlab.com contains all our static content, including our 10,000 page handbook. This typo isn’t on our main about page but deep in the marketing handbook.

Re: Gitlab.com was experiencing elevated error rates for Git, Web, and API

#54

Hi, GitLab team member here. Heads-up: GitLab.com appears to be stable again. Our engineers are monitoring and investigating the root cause of the incident. https://twitter.com/gitlabstatus/status/1371443832865222658

Out of curiosity, why does your "about" page vouch for a suspended Twitter account? Is @GitLab -> @GitLabs a typo? https://about.gitlab.com/handbook/marketing/community-relati... @GitLab

Thanks for flagging, that's a typo. Here's an MR to fix: https://gitlab.com/gitlab-com/www-gitlab-com/-/merge_request...

The page has formatting problems, I'll rework this in a separate MR.

Re: Gitlab.com was experiencing elevated error rates for Git, Web, and API

#55
post #43
post #18

Earlier quoted context omitted.

Yes. They (GitHub) have been doing a lot worse. Last time I checked, they where completely down 2 days ago. [0] Before that, GitHub Actions was down 14 days ago: [1]. At least with GitLab, you can set up a self-hosted solution for free as a backup, unlike GitHub (Unless you want to pay a lot for GH Enterprise) where some have 'gone all in on GitHub Actions' and then some couldn't push that critical change [2] before…

> Maybe its time to setup a self-hosted backup VCS and not depend entirely on GitHub/GitLab web. I've been wanting to do this for some time purely for git hosting (don't care about CI at all) but wasn't sure about how to make it failover... Personally i'd be happy with a headless git server, but that's not fair on everyone else who wants the GUI to browse and organise stuff, so I want gitlab etc to deal with that. Wh…

If you want transparent failover you need to use your own domain for the repo URL. In case of a failure you (or some automatic job) would have to change the DNS record.

Gitlab has a repo mirroring feature [1]. But of course you'd also need to sync users public keys.

Downtimes are so infrequent and relatively short that this isn't worth the effort for me.

You can instead set up a read-only mirror so people can at least still pull and browse the code.. Gitea [2] might be a better choice than Gitlab, since it's much more lightweight and easier to host.

[1] https://docs.gitlab.com/ce/user/project/repository/repositor...

[2] https://gitea.io

Re: Gitlab.com was experiencing elevated error rates for Git, Web, and API

#56
post #53

Earlier quoted context omitted.

Out of curiosity, why does your "about" page vouch for a suspended Twitter account? Is @GitLab -> @GitLabs a typo? https://about.gitlab.com/handbook/marketing/community-relati... @GitLab

Thanks! It is a typo and I submitted a fix https://gitlab.com/gitlab-com/www-gitlab-com/-/merge_request... Please note that about.gitlab.com contains all our static content, including our 10,000 page handbook. This typo isn’t on our main about page but deep in the marketing handbook.

Cheers for that.

I merely wanted to verify the @ was authentic, and that page was the top "site:gitlab.com" result.

Re: Gitlab.com was experiencing elevated error rates for Git, Web, and API

#58
post #53

Earlier quoted context omitted.

Thanks! It is a typo and I submitted a fix https://gitlab.com/gitlab-com/www-gitlab-com/-/merge_request... Please note that about.gitlab.com contains all our static content, including our 10,000 page handbook. This typo isn’t on our main about page but deep in the marketing handbook.

Cheers for that. I merely wanted to verify the @ was authentic, and that page was the top "site:gitlab.com" result.

Thanks for raising it.

Re: Gitlab.com was experiencing elevated error rates for Git, Web, and API

#60
/r took me a lot of effort to convince my CTO to move from Bitbucket to Gitlab. Since we have started using it ( 3 + months ), we have experienced more than 4 instances of downtime. If some one from Gitlab is reading this message, please consider a code freeze and spend some time on stabilizing the system.

time to add a new backup remote to all our repos.

Post reply on HN