For people using GitHub Actions how often do these types of incidents impact your CI/CD?
GitHub was having issues
61–70 of 96 posts
Re: GitHub was having issues
#62What's the reason these Git services have so many issues all the time?
The complexity of technical systems is massive especially when they are constantly changing. It's not helped that these companies have high availability requirements and need to be online 100% of the time even when making updates.
Makes me want to do embedded programming.
Re: GitHub was having issues
#63For people using GitHub Actions how often do these types of incidents impact your CI/CD?
All the time. It’s not even that reliable when it’s up. Total embarrassment for us when we have to explain to management. If I started again I’d probably use something standalone, light weight and 100% self hosted ie GoCD. I’d change the operating model to keep GitHub as a collaboration place but not have any dependencies on it for pipeline. We have other issues as well like the GitHub flow mod being inadequate for m…
Don't. Just don't.
I'm assuming that the fundamental flaws* of GoCD haven't been fixed, based on the knowledge that in 2015 they (ThoughtWorks) still hadn't addressed them, and I think 5-6 years isn't long enough for them to be addressed.
*Pipelines, as modeled in GoCD, were so inflexible that any kind of flow resulted in having many, many, pipelines configured. To the point that the number pipelines you operate and maintain is actually the multiple of any fork in logic you need.
Re: GitHub was having issues
#64Earlier quoted context omitted.
All the time. It’s not even that reliable when it’s up. Total embarrassment for us when we have to explain to management. If I started again I’d probably use something standalone, light weight and 100% self hosted ie GoCD. I’d change the operating model to keep GitHub as a collaboration place but not have any dependencies on it for pipeline. We have other issues as well like the GitHub flow mod being inadequate for m…
> GoCD Don't. Just don't. I'm assuming that the fundamental flaws* of GoCD haven't been fixed, based on the knowledge that in 2015 they (ThoughtWorks) still hadn't addressed them, and I think 5-6 years isn't long enough for them to be addressed. *Pipelines, as modeled in GoCD, were so inflexible that any kind of flow resulted in having many, many, pipelines configured. To the point that the number pipelines you opera…
Re: GitHub was having issues
#65Earlier quoted context omitted.
Doesn't look like it, unless the status-page update is also affected :) https://status.azure.com/en-us/status
It seems that status pages never work properly in those kind of situations. The only reliable source of information seems to be twitter and HN
Reminds me of the time when Twitter had an outage, because an FB outage made people go on Twitter to ask whether FB is down
Re: GitHub was having issues
#66Re: GitHub was having issues
#67What's the reason these Git services have so many issues all the time?
Re: GitHub was having issues
#68Here we go again [0] and again [1] and again [2] and again [3]. Time to reset the counter once again. Now everything there is degraded performance. Oh dear. Consider a self-hosted alternative or have one as a backup like I have said before. [0] https://news.ycombinator.com/item?id=27192869 [1] https://news.ycombinator.com/item?id=27172443 [2] https://news.ycombinator.com/item?id=26666843 [3] https://news.ycombinator.…
Is there anything at in the same league as https://reviewable.io for code reviews on self-hosted Git?
I dont know reviewable so it might have more sauce than the recommendations
Re: GitHub was having issues
#69Earlier quoted context omitted.
All the time. It’s not even that reliable when it’s up. Total embarrassment for us when we have to explain to management. If I started again I’d probably use something standalone, light weight and 100% self hosted ie GoCD. I’d change the operating model to keep GitHub as a collaboration place but not have any dependencies on it for pipeline. We have other issues as well like the GitHub flow mod being inadequate for m…
From what I heard it was fine until Microsoft bought it and decided to bring over .net code (and people) from azure devops to replace a bunch of the pre-existing github actions stuff for some reason.
Re: GitHub was having issues
#70Things like this make me want to have more free time to start my own paid CI service. I can likely start from a few languages I know and take it from there. I wonder how hard it is to write your own CI/CD though? Anybody has thoughts on this?