Earlier quoted context omitted.
It's yellow lights across the board, literally nothing is green. That's usually indicative of some sort of software infrastructure level failure or cascade failure, not an application-level failure, which usually manifests as one or two specific services going down (depending on how you define "infrastructure" and "application" - with IAC, arguably the software defined infrastructure _is_ an application). I doubt its…
Only load balancer (as an infrastructure) can hit the lights across the board. Not much else.
Incident with GitHub Actions, API requests, Codespaces, Git operations, Issues
71–80 of 123 posts
Re: Incident with GitHub Actions, API requests, Codespaces, Git operations, Issues
#72Earlier quoted context omitted.
It's been like that for at least 6 hours, randomly appearing. I would take a pause and try again and then it would work, but now it's definitely much more persistent. Guess it's time to go play some video games.... https://xkcd.com/303/
Here you go: $ while ! git push my; do sleep 1; done Works for me eventually, although commits do not appear in web interface (they do in the actual repository).
Re: Incident with GitHub Actions, API requests, Codespaces, Git operations, Issues
#73Re: Incident with GitHub Actions, API requests, Codespaces, Git operations, Issues
#74Whew, glad I decided to scroll HN right now. I've been puzzling over why I'm getting "! [remote rejected] master -> master (Internal Server Error)" as well while trying to push and decided to take a break.
Time to take some coffee and configure Vim
Re: Incident with GitHub Actions, API requests, Codespaces, Git operations, Issues
#75I'm finding that pushes do go through eventually, this is probably grossly irresponsible, so I don't recommend its use, but I remembered I had this old alias to "push harder" in my ~/.gitconfig: [alias] thrust = "!f() { until git push $@; do sleep 0.5; done; }; f" I've done a few pushes so far, and found that it's going through in <10 tries or so.
Re: Incident with GitHub Actions, API requests, Codespaces, Git operations, Issues
#76Whew, outage timestamps in UTC. Now I won't have to know what time is it California, and if California currently has PST, PDT, PTSD, etc
Re: Incident with GitHub Actions, API requests, Codespaces, Git operations, Issues
#77These incidents have to hurt Azure's brand value. It's a monster task to run something as big as GitHub, if they ever get it stable it will lend a lot of credibility to Microsoft's cloud skills.
Serious questions: 1) Is GitHub runing under Azure's technology stack? 2) Is GitHub under Azure's mamagement (in contrast to Visual Studio's team)? I'm not sure about two but I'm pretty sure that GitHub doesn't run under Azure at all, considering that GitHub has fully separate networking from MSN's/Azure's (and GitHub's machines do pingback unlike most of Microsoft's machines which don't).
Re: Incident with GitHub Actions, API requests, Codespaces, Git operations, Issues
#78Re: Incident with GitHub Actions, API requests, Codespaces, Git operations, Issues
#79And of course my developer teammates are still trying to merge PRs. I don't care that it works "some of the time"! Don't mess with the repos when the repo host is having seemingly random issues.
Re: Incident with GitHub Actions, API requests, Codespaces, Git operations, Issues
#80Here we go again. GitHub going completely down at least once a month as I said. [0] So nothing has changed. That is excluding the smaller intermittent issues. Let's see if anyone implemented a self-hosted backup or failsafe just in case. Oh dear. [0] https://news.ycombinator.com/item?id=30149071
The entire point of git is that it's decentralized, lol. If I've cloned locally like millions of people do daily, I have a backup.