Live data from Hacker News

GitHub - Major Service Outage

status.github.com

11–20 of 37 posts

Re: GitHub - Major Service Outage

#12
Well this isn't good. Our integration server runs an npm install which includes a ton of dependencies that are github URLs. I guess tying our integration/deployment step to github isn't such a good idea after all.

Re: GitHub - Major Service Outage

#15
post #5

Major bummer when all of those open source projects go offline.. Does anybody do a mirror of github, either http or git-only?

Github's awesome, but yah, that's the downside of having one place that hosts so much code. Having some outage or disruption is feeling like a bi-weekly event..

Re: GitHub - Major Service Outage

#16
just out of curiosity, does anyone find these HN postings useful?

wouldn't your critical shit break long before you go read about it on HN? otherwise, why not just rely on their human-friendly status pages that get served if such a thing occurs?

i don't understand why this is on the front page, since it's not an infrequent occurrence.

Re: GitHub - Major Service Outage

#19
post #12

Well this isn't good. Our integration server runs an npm install which includes a ton of dependencies that are github URLs. I guess tying our integration/deployment step to github isn't such a good idea after all.

"Somebody" needs to write a git caching proxy. Google searching comes up with a couple of attempts, neither looks production quality.

I'd suggest a rule of thumb where a build ought to be able to complete without any resources that you don't control the uptime of. As the number of such resources increases, the amount of time the build can not actually be built will tend towards 100%. A git caching proxy would be great for that sort of thing. A generic DVCS proxy would be even better.

Post reply on HN