Live data from Hacker News

Github: Major Service Outage

status.github.com

31–40 of 80 posts

Re: Github: Major Service Outage

#32
post #24
post #21

Earlier quoted context omitted.

They were already running their status site on Heroku prior to the last major service outage.

This is correct. They needed ~90 dynos to keep up with about 500 qps on their status page in the last outage. Source: http://news.ycombinator.net/item?id=4524489

Should probably throw a Fastly or CloudFlare cache in front of a single dyno.

Re: Github: Major Service Outage

#33
Nothing against Github but this probably highlights the real benefit of DVCS: setting up multiple remotes for your repo. Manage it probably and when one service goes down, fall back to Bitbucket or another service.

It would limit the potential damage these attacks could cause, given the reliance dev teams have on pushing code to a central repo. Taking down a site like Github has a fairly clear effect on the productivity of a lot of their users.

Re: Github: Major Service Outage

#34
First off, as others have said, disabling port 80 is a great way to handle this, I don't really care that much if I can see/use github the website for a few hours, but I'd be much more upset if I couldn't pull my code.

Secondly, I kind of like when big sites go down when I'm not in desperate need because it means a really nice aftermath write up is on the way. Can't wait to hear more about this one.

Re: Github: Major Service Outage

#40

Nothing against Github but this probably highlights the real benefit of DVCS: setting up multiple remotes for your repo. Manage it probably and when one service goes down, fall back to Bitbucket or another service. It would limit the potential damage these attacks could cause, given the reliance dev teams have on pushing code to a central repo. Taking down a site like Github has a fairly clear effect on the productiv…

It'd be glorious if one service (say GitHub) had multiple remote links that dynamically switched for you when service faced an outage.
Post reply on HN