Looks like they are fine now. Yay!
GitHub was down
91–100 of 171 posts
Re: GitHub was down
#92Earlier quoted context omitted.
Still miles better than BitBucket.
When was the last time BitBucket had an outage? Personally I don't see a lot of difference between the two platforms; or GitLab (my primary now). Github probably has the best UI, but Gitlab's has gotten a lot better; and there are always self hosted solutions like Gogs.
Plus of course the service was so damn slow that using it was a daily pain.
Re: GitHub was down
#93Re: GitHub was down
#94This seems to be the third or so day in the past week I've had issues with GitHub around this time in the morning. They've typically been really good. I'm a bit surprised there hasn't been more talk about it on HN.
Still miles better than BitBucket.
Re: GitHub was down
#95Re: GitHub was down
#96Are they migrating to azure?
Re: GitHub was down
#97Don't forget to check your SLAs Enterprise = 99.95% (quarterly) https://help.github.com/en/github/site-policy/github-enterpr... They're having a bad February but January was good. We will see what March has in store
> How do we calculate Uptime? > Our Uptime calculation is based on the percentage of successful requests we serve through our web, API, and Git client interfaces. Just curious, how do they measure this? What is the actual calculation?
Not answering this directly, but the paper Meaningful Availability [0] released recently really changed my opinion on how to calculate and visualize availability. There's a discussion on HN as well [1].
[0]: https://www.usenix.org/system/files/nsdi20spring_hauer_prepu... [1]: https://news.ycombinator.com/item?id=22424173
Re: GitHub was down
#98What do you guys recommend as a good way to continue work undisrupted when GitHub goes down? A second remote mirror?
There are several ways to work around this, but none are really satisfying.
Re: GitHub was down
#99Earlier quoted context omitted.
> How do we calculate Uptime? > Our Uptime calculation is based on the percentage of successful requests we serve through our web, API, and Git client interfaces. Just curious, how do they measure this? What is the actual calculation?
Same here. They obviously don't have beacons on the client side, I wonder if it's based on statistics, at this time of the day on a Tuesday we should be getting x requests but are getting only x/n.
Says who?
Re: GitHub was down
#100Earlier quoted context omitted.
"You can't legislate against failure, but you can focus on fast detection and response" -- Chris Pinkham
It’s amazing how this is accepted in the software world. Move fast and break things, such a different philosophy to other areas.