top | item 28759516

GitHub Having Issues

79 points| simzor | 4 years ago |githubstatus.com | reply

41 comments

order
[+] RapperWhoMadeIt|4 years ago|reply
I literally set up some GitHub actions today for the first time in my life, I was really pumped about getting into the CI/CD game with my latest open repository. A couple of hours ago everything was going great, running a workflow needed maybe 40 seconds max. Now, they are not running at all. That all happened while I was thinkering with the yaml workflow file, so the disruption of the service made me believe that it was me who broke something :P it's been a nice first experience with CI/CD though, never going back to building my self. Check my GitHub repo (see my bio) to see it's true haha
[+] bombcar|4 years ago|reply
Think of the poor grandma yesterday who was finally convinced to get a Facebook account to see the grandkids and right as she hits "create account" Facebook goes down worldwide.

No force on earth will convince her she didn't do it.

[+] danuker|4 years ago|reply
> running a workflow needed maybe 40 seconds max

If your test suite takes 40 seconds, is it not quicker and easier to run locally than the overhead of another git commit to get feedback?

[+] hivacruz|4 years ago|reply
I thought I have started too many workflows in a short time and got temporarily restricted!

By the way, just discovered a nice library to test GitHub Actions locally: https://github.com/nektos/act

[+] stuff4ben|4 years ago|reply
Nice find there with Act! I've always hated the dev/test flow with GHA.
[+] vexcaustic|4 years ago|reply
Let's hope they didn't push faulty DNS records :D

But seriously, what's going on with all the service disruptions? From slack to all of facebook to GitHub (who had 7 incidents in September). Maybe centralizing the whole internet into a few providers isn't a good idea after all?

[+] dijit|4 years ago|reply
> Maybe centralizing the whole internet into a few providers isn't a good idea after all?

Everything's tradeoffs, economies of scale for centralising- easy to blame the provider if a fuckup happens.

But when it goes down it stops everything; same issue with AWS, Azure's ADFS, Cloudflare, ad infinitum. Half the internet can go away at a moments notice or the provider can turn on you personally because an automated bot dislikes your username and decides to blacklist your company.

(is my bias showing?)

Anyway, Late September/Early October is rife with outages for as long as we've been running internet services.

People speculate that it's the influx of new sysadmins/programmers, but that's debated.

[+] stuff4ben|4 years ago|reply
Running services at scale is hard! And having everything in the cloud does put all of your eggs in a single basket. Also having all on-prem, home-built stuff is the same problem (eg. Facebook). Hybrid cloud solutions should help somewhat with impact when a service provider goes down, hopefully you can shunt your services locally and isolate yourself from the problem. But I doubt anyone is really doing that at scale either.
[+] simzor|4 years ago|reply
Haha. To be fair GitHub has had a lot of issues that last few months though.
[+] the-dude|4 years ago|reply
This reminds me of 2? years ago, when similarly multiple services failed in a window of a couple of weeks. Or was this last summer? I can't recall.

Anyways, Twitter will be down next week. You've read it here first.

[+] manojlds|4 years ago|reply
GitHub has issues frequently enough these days.
[+] paulvnickerson|4 years ago|reply
Yesterday was the most productive dev day in history. Today the pendulum swings the other way.
[+] jvolkman|4 years ago|reply
Was it really? There were a lot of people here discussing the outage.
[+] matsemann|4 years ago|reply
Getting pretty tired of GH Actions being down every other week.
[+] thinkafterbef|4 years ago|reply
This is happening far too often with such a vital product of the GitHub stack.

Our whole business[1] relies on GitHub Actions functioning. It just sucks.

[1] https://buildjet.com/for-github-actions

[+] justusthane|4 years ago|reply
Just a note that in your comparisons on your home page, you have a space after the 4 in "4 vCpu", but not after the 2 in "2vCpu".

Github Action 2vCpu / 8 GB RAM

BuildJet Runner 4 vCpu / 16 GB RAM

Also, should probably be capitalized as "vCPU".

[+] k4runa|4 years ago|reply
Mercury retrograde doing its thing.
[+] mrits|4 years ago|reply
Mercurial?
[+] xmpirate|4 years ago|reply
Is https://gist.github.com down for everyone or it's just me? Not able to access it since weeks now.
[+] corobo|4 years ago|reply
No problems here. What does it resolve to? A dodgy Adblock rule maybe?
[+] mpolichette|4 years ago|reply
I hope it stays down... oh wait, that was yesterdays thing...
[+] sergiotapia|4 years ago|reply
What's the uptime of Github vs Gitlab?
[+] hirako2000|4 years ago|reply
It wouldn't be fair to compare anyways. But since users actually pay for gitlab CICD feature, above a small free tier, I imagine it is more reliable.