Live data from Hacker News

GitHub was down

status.github.com

111–120 of 197 posts

Re: GitHub was down

#111
post #78
post #59

Earlier quoted context omitted.

Thing is, runtime dependencies on Github is something that Github is promoting and selling now ( https://github.com/marketplace/ ). Maybe this incident puts that value proposition in a more visceral context.

How is the GitHub marketplace a runtime dependency? Code review, project management, build bots or whatever else should NOT affect the availability of your website.

[deleted]

Re: GitHub was down

#113
Such incidents remind me of 2 things

1. No matter what 99.99999999% availability a service provides, its utterly useless if the time to get back up is unacceptable.

2. Do not have remote services, which you cannot fully control to be a part of your run time deployments.

Re: GitHub was down

#115
post #90

Earlier quoted context omitted.

In 1998 There's a big difference between what a high-capacity/availability site had to handle in 1998 and 20 years later. There are also lots of easy criticisms one can level at github, given their uptime and what they've published about their architecture. 'What they're doing is fairly simple' is probably not among them.

It was not a criticism so much as "well, it will be interesting to see what went wrong." My bet is a human.

[deleted]

Re: GitHub was down

#117
post #10

What do people do to get around this? Run my own git server like the good 'ol days? Github has become a central source of failure for us now...

At this point Github is a national security risk. The amount of passwords, keys, hashes, code, data uploaded to that system is massive. I am sure that government agencies, contractors, multinational defense departments, etc are dumping things on there hourly. Will it get hacked? Get your popcorn out. It will happen.

Re: GitHub was down

#118

Such incidents remind me of 2 things 1. No matter what 99.99999999% availability a service provides, its utterly useless if the time to get back up is unacceptable. 2. Do not have remote services, which you cannot fully control to be a part of your run time deployments.

Uptime % includes time to recovery. Since you're not up if you're still recovering...

Re: GitHub was down

#119
post #78
post #59

Earlier quoted context omitted.

Thing is, runtime dependencies on Github is something that Github is promoting and selling now ( https://github.com/marketplace/ ). Maybe this incident puts that value proposition in a more visceral context.

How is the GitHub marketplace a runtime dependency? Code review, project management, build bots or whatever else should NOT affect the availability of your website.

Sure, if you measure uptime of your business and dev team by whether you're serving pages. I wouldn't.

If Github being down means you're not fixing your site today, I'd call it a runtime dependency.

Re: GitHub was down

#120
post #60

Earlier quoted context omitted.

They offer a local instance of GitHub actually.

Which I can't imagine to be any more reliable than hosted GitHub. But hey, I guess there's the comfort in know that when it goes down it's our fault!

There's no ha for github enterprise. Single instance with hot failover.
Post reply on HN