How did they get Github Pages into “degraded performance”? Aren’t those just CDN stored static pages?
GitHub Actions and Pages are experiencing degraded availability
31–40 of 446 posts
Re: GitHub Actions and Pages are experiencing degraded availability
#32I love how even self hosted workers don't work during these outages - running jobs on their infrastructure being flakey is marginally acceptable, but the API to simply schedule workflows having this availability is mind boggling. Github just doesn't seem like a serious company anymore.
If the scheduling was self hosted it would be inexcusable but you can always just connect whatever you want to webhooks.
Re: GitHub Actions and Pages are experiencing degraded availability
#33Re: GitHub Actions and Pages are experiencing degraded availability
#34Re: GitHub Actions and Pages are experiencing degraded availability
#35I love how even self hosted workers don't work during these outages - running jobs on their infrastructure being flakey is marginally acceptable, but the API to simply schedule workflows having this availability is mind boggling. Github just doesn't seem like a serious company anymore.
I'm not sure that it's that mind boggling. The entire complexity and value of GHA is not in the runners but the scheduler that the GH frontend hooks into and runners subscribe to jobs from. It's the most likely thing to fall over. ' If the scheduling was self hosted it would be inexcusable but you can always just connect whatever you want to webhooks.
They have a strong motivation (self preservation) to continue to misunderstand the problem. If they did what is best for us, then we could avoid a substantial fraction of all GH subscriptions by using a FOSS tool to hit the Pareto frontier by replicating just enough GH services to watch commits and PRs.
Re: GitHub Actions and Pages are experiencing degraded availability
#36I love how even self hosted workers don't work during these outages - running jobs on their infrastructure being flakey is marginally acceptable, but the API to simply schedule workflows having this availability is mind boggling. Github just doesn't seem like a serious company anymore.
I'm not sure that it's that mind boggling. The entire complexity and value of GHA is not in the runners but the scheduler that the GH frontend hooks into and runners subscribe to jobs from. It's the most likely thing to fall over. ' If the scheduling was self hosted it would be inexcusable but you can always just connect whatever you want to webhooks.
Re: GitHub Actions and Pages are experiencing degraded availability
#37I love how even self hosted workers don't work during these outages - running jobs on their infrastructure being flakey is marginally acceptable, but the API to simply schedule workflows having this availability is mind boggling. Github just doesn't seem like a serious company anymore.
This is no surprise given standard Microsoft operating procedure - https://news.ycombinator.com/item?id=47616242
Re: GitHub Actions and Pages are experiencing degraded availability
#38I love how even self hosted workers don't work during these outages - running jobs on their infrastructure being flakey is marginally acceptable, but the API to simply schedule workflows having this availability is mind boggling. Github just doesn't seem like a serious company anymore.
Microsoft is not a serious company anymore.
Their MO was to court an executive and sell second-rate tools to them before the people who had to use them had a chance to say anything. It doesn't matter how much evidence you can provide to the contrary, once the million dollar deal is signed, you are going to be tasked with finding reasons to say that your executive was shrewd for buying this pile of junk and unfulfilled promises, and not an insane idiot sucking away your job satisfaction as fast as they can.
They did a lot of deals based on how their products would have features their competitors already have 'soon' when they haven't even started them, and a long track record of taking 3 major releases to get from something to good, and then breaking everything again by doing a 4th major release that re-imagined everything and made it horrible again.
I'm not going to claim that Apple was or is a panacea. Apple doesn't use vaporware which is big, and their Cycle of Awful is 2 releases instead of 3. You could afford to skip 1 waiting for the next even-numbered version, instead of being 2 versions behind and getting pressed to upgrade.
Re: GitHub Actions and Pages are experiencing degraded availability
#39I love how even self hosted workers don't work during these outages - running jobs on their infrastructure being flakey is marginally acceptable, but the API to simply schedule workflows having this availability is mind boggling. Github just doesn't seem like a serious company anymore.
Sitting on Github these days is the same as sticking to twitter a decade ago, expect next mecha hitler, I suppose.
Re: GitHub Actions and Pages are experiencing degraded availability
#40Are there any other CI providers that offer free cloud-hosted Windows runners? Or has Microsoft made sure (through Windows licensing terms and pricing) that it's not possible to compete with their own CI offering? Edit: CircleCI seems to offer 750 minutes/month (whereas GitHub offers 1000 minutes/month).