Hacker News
GitLab Outage
68 points by kunley
ago
|
36 comments
davb
|next
[-]
Coincidentally (?) we’ve seen a huge uptick in failed login attempts to our MFA-protected admin accounts on our self-hosted Gitlab CE instance today. They’re coming from thousands of IPs across hundreds of networks (VPS providers and, apparently, residential proxies).
deckar01
|root
|parent
|next
[-]
There was a relative lull in GitHub bot activity the last few weeks, but they seem to be back today. I assume the promo token flood gates opened for the new models.
b0afc375b5
|next
|previous
[-]
Interesting that the status page was updated immediately. Is this the norm now? I remember back in the day when status pages showed all green even when servers were clearly down for a long time already.
stack_framer
|root
|parent
|next
[-]
It was not updated immediately. I was seeing 503s for a solid 15 minutes while the status page was all green. This is also their second outage today:
https://status.gitlab.com/pages/history/5b36dc6502d06804c083...
seabrookmx
|root
|parent
|next
|previous
[-]
As others mentioned, it wasn't that quick.
It's also not accurate. After nearly a half hour the page shows "git operations" as green but I'm not able to push/pull from my repos with SSH or HTTPS (and haven't been able to the whole time).
delf
|next
|previous
[-]
You can use GitSocial to mirror to your own bucket for situations like this:
`gitsocial mirror https://gitlab.com/owner/repo s3://s3.example.com/mybucket/repo`
hk1337
|next
|previous
[-]
I like what tangled seems like it could be but it's still too new to really use. It'd be nice if it was more of an aggregator for git servers where still access a git server whether tangled is up or not.
lampcord
|next
|previous
[-]
Another day, another reminder why we self-host our GitLab instance. Cloud convenience always has these kinds of trade-offs.
ChrisArchitect
|next
|previous
[-]
Incident link(s):
https://status.gitlab.com/pages/incident/5b36dc6502d06804c08...
https://status.gitlab.com/pages/incident/5b36dc6502d06804c08...
smalltorch
|next
|previous
[-]
Gasp! immediately builds a complete git alternative to never expirence a single second of downtime ever again
JonChesterfield
|root
|parent
[-]
Well, git is already distributed, so you could use _any other computer_ instead of gitlab.com...