feel free to make a better one
This is the biggest cop-out of a reply. I hate it. OP has already stated: >I pay them. My work pays them. Github is raking in oodles of cash and they STILL can't keep their service up without going down, quoted from OP, "[e]very couple months". It's not about "making a better one", nor is it about paying for the fancier/premium features; it's about the uninterrupted service, which Github keeps failing to provide.
GitHub Major Service Outage
61–70 of 85 posts
Re: GitHub Major Service Outage
#62Earlier quoted context omitted.
I've noticed this behavior with a lot of services. I can only chalk it up to something like clock drift between the processing node and the database server. Irritatingly I can't remember which site it was but I posted something somewhere a couple days ago and immediately after hitting enter the site marked what I'd said as submitted "a few seconds from now". I never fail to be amused that the fuzzy time library being…
Message queues and eventual consistency. Unless your request requires something "atomicy", 200/201 response should be a sign of "got the message, will get to work on it when we can".
Re: GitHub Major Service Outage
#63Good thinking on GitHub's part not using github.com/github/status to host the content of status.github.com. Amazon, take notice.
Nitpick: They would still fail for DNS issues with *.github.com, so a domain like githubstatus.com would be even more resilient.
Re: GitHub Major Service Outage
#64A little funny like Silicon Valley episode , saw the news from GitHub CEO yesterday saying our goal is zero downtime and now it's down
Probably good idea to do rolling deployment. I will be surprised if they haven't for the kind of top engineering team they are running.
Re: GitHub Major Service Outage
#65feel free to make a better one
> Feel free to make a better one
The GitLab team did that already so I use their service. ;)
Re: GitHub Major Service Outage
#66Earlier quoted context omitted.
It's called GitLab. Not 100% uptime but better (and constantly improving)
Do you have data to support that claim about uptime?
https://about.gitlab.com/2017/02/10/postmortem-of-database-o...
Re: GitHub Major Service Outage
#67feel free to make a better one
Re: GitHub Major Service Outage
#68Earlier quoted context omitted.
Nitpick: They would still fail for DNS issues with *.github.com, so a domain like githubstatus.com would be even more resilient.
Nitpick: www.githubstatus.com is more flexible, potentially more resilient.
Re: GitHub Major Service Outage
#69Earlier quoted context omitted.
> I pay them. My work pays them. Hmm. You pay them to uphold a contract. What does that contract say about SLAs and availability? Probably the same as the TOS that I agreed to when paying and those specifically say: GitHub does not warrant that the Service will meet your requirements; that the Service will be uninterrupted, timely, secure, or error-free; that the information provided through the Service is accurate,…
Huh? You don't have to use Github Enterprise (self-hosted) to get an SLA. Github Business, which is hosted on github.com has a 99.95% uptime SLA: https://github.com/pricing An upgrade from Team to Business is "only" a 2.3x price bump per dev. I have no experience with this though, my team is still of the Team plan and thus suffered from the outage today.
Re: GitHub Major Service Outage
#70Even better idea: github should stop failing.