by funOtter on 2/18/23, 3:59 AM with 44 comments
by tananaev on 2/18/23, 4:47 AM
by dwheeler on 2/18/23, 4:24 AM
by nforgerit on 2/18/23, 4:20 AM
From those experiences I wouldn't recommend Github anymore because I really question the benefit of having a blackbox-as-a-service you're fully locked into kinda randomly failing, IIRC correctly Actions was down 2y ago for 1-2 days which is like, a lot these days.
by rvz on 2/18/23, 4:17 AM
It's no wonder why going all in on Github makes absolutely no sense. Like I said years ago, it is better to just self-host or mirror your repository to GitHub.
Blender surely did choose wisely [2] and perhaps this is the time to self-host your repositories and not 'centralize everything to GitHub' [3]
[0] https://www.githubstatus.com/history
[1] https://news.ycombinator.com/item?id=32752965
by kstrauser on 2/18/23, 4:41 AM
for i in (seq 10); git clone https://me:api_key@github.com/… foo; rm -rf foo; sleep 5; end
Out of those 10 clones, 2 of them succeeded, and 8 failed (evenly split between 2 different error messages). I opened a trouble ticket because our CI server was driving us nuts with alerts. The status was never anything but all green, though.by tzhenghao on 2/18/23, 4:24 AM
by HankB99 on 2/18/23, 2:26 PM
by halostatue on 2/18/23, 4:01 AM
Everything is currently marked as "degraded", but in reality the entire website is returning 500s.
by hunkins on 2/18/23, 4:18 AM
by captn3m0 on 2/18/23, 4:53 AM
Anyone knows what service is called green.
by oefrha on 2/18/23, 4:28 AM
by nickstinemates on 2/18/23, 4:15 AM
by rom-antics on 2/18/23, 4:16 AM
So far in February there have been 14 incidents. Today is February 17. If you do the math, 14 ÷ 17 = a lot of fucking downtime.
by pdimitar on 2/18/23, 4:31 AM
GitHub is definitely down more often in the last couple of years though. It's noticeable. Hope they figure it out.
by prosim on 2/18/23, 4:45 AM