I'm the lone person at my team that still believes in keeping most of our stuff local, with online versions as primarily backup. Every time some global service goes down, or internal internet/intranet goes down, there is a security breach, or a WFH person has a power outage I'm reminded I'm right. I'm no luddite, these services make you dependent on them. The worst thing I'm dependent on here is a bad computer. We ha…
GIT is actually a great protocol for keeping distributed copies of code. You can pretty easily with bash cycle through a list of backup urls for a git repo, looking for updates.
GitHub incident: ongoing issues with Actions, Issues and other Git operations
111–120 of 130 posts
Re: GitHub incident: ongoing issues with Actions, Issues and other Git operations
#112I'm the lone person at my team that still believes in keeping most of our stuff local, with online versions as primarily backup. Every time some global service goes down, or internal internet/intranet goes down, there is a security breach, or a WFH person has a power outage I'm reminded I'm right. I'm no luddite, these services make you dependent on them. The worst thing I'm dependent on here is a bad computer. We ha…
I don't know about you, but the stuff I self-manage usually has worse uptime than SaaS products
Having our programs offline mean I can run them, even if the internet isnt working.
Instead of getting 0 data from downtime, I can still get the data, run the programs, and give it to the person who needs it.
If we are fully online, if the servers are down, we basically lose the entire time.
Not to mention, I think 'uptime' is a pretty optimistic number, unusable slow service doesnt seem to hit any metrics I'm aware of.
Re: GitHub incident: ongoing issues with Actions, Issues and other Git operations
#113I'm the lone person at my team that still believes in keeping most of our stuff local, with online versions as primarily backup. Every time some global service goes down, or internal internet/intranet goes down, there is a security breach, or a WFH person has a power outage I'm reminded I'm right. I'm no luddite, these services make you dependent on them. The worst thing I'm dependent on here is a bad computer. We ha…
I don't know about you, but the stuff I self-manage usually has worse uptime than SaaS products
Additionally an 80% uptime architecture is really simple to maintain and restore and so on.
Complexity increases exponentially the more 9's you add.
Re: GitHub incident: ongoing issues with Actions, Issues and other Git operations
#114Earlier quoted context omitted.
About 10 years ago someone said we should move to self hosting because bitbucket who we used were unreliable. I looked at the status page and say 2 hours of downtime over 3-months, while we have 3-4 days of downtime on our self hosted jenkins during the same time. I always think of that when I see people complain about services being unreliable. Often we see one or two problems in short span and forget about the mont…
No it isn't. It's been very unstable in recent times ( 1 year or so)
Re: GitHub incident: ongoing issues with Actions, Issues and other Git operations
#115Earlier quoted context omitted.
About 10 years ago someone said we should move to self hosting because bitbucket who we used were unreliable. I looked at the status page and say 2 hours of downtime over 3-months, while we have 3-4 days of downtime on our self hosted jenkins during the same time. I always think of that when I see people complain about services being unreliable. Often we see one or two problems in short span and forget about the mont…
> while we have 3-4 days of downtime on our self hosted jenkins during the same time Wow. This sounds like a broken organization?
Re: GitHub incident: ongoing issues with Actions, Issues and other Git operations
#116Earlier quoted context omitted.
And how often that has happened? Seems a little harsh
Just like calling GitHub "unreliable garbage"...
I don't see how the two situations are comparable
Re: GitHub incident: ongoing issues with Actions, Issues and other Git operations
#117Does GitHub provide uptime stats? Seems very unreliable recently.
Re: GitHub incident: ongoing issues with Actions, Issues and other Git operations
#118Earlier quoted context omitted.
This is why I don't touch other people's keyboards.
Little bit of bacteria helps build up your immune system for when you really need it :)
Re: GitHub incident: ongoing issues with Actions, Issues and other Git operations
#119Earlier quoted context omitted.
You're kidding right? People / companies rely on git being available for deployments, builds, config changes, developer workflow etc
Youa are confusing git and github.
Re: GitHub incident: ongoing issues with Actions, Issues and other Git operations
#120Why don't we all collectively mirror our repos to gitlab and switch development to there during the monthly outage?
GitHub outages aren't nearly long or often enough to consider this. Git is distributed, just keep working locally until GitHub is back up. GitHub outages are nowhere near the threshold of pain I'd require to introduce a second Git hosting provider to the mix. Really, GitHub outages barely hurt at all. It's not like an AWS or Cloudflare outage which is more likely to be a production disaster. Every outage a bunch of p…