Live data from Hacker News

Incident with Actions and Pages

githubstatus.com

41–50 of 407 posts

Re: Incident with Actions and Pages

#41
Whilst you're waiting for it to come back, try out AGENT-CI (which is a project I built.), which runs GitHub Actions on your machine: https://agent-ci.dev. (Open source, etc.)

No, it's not like "act," because it uses the standard Github runner, the difference is that the control plane is an emulation of api.github.com, because of this we can do all kinds of nice things:

Caching in ~0 ms. Pause on failure, so you can let your AI agent fix it and retry without pushing.

Re: Incident with Actions and Pages

#42
post #27

Earlier quoted context omitted.

It's (a) they're under massively increased load because everyone's vibing up new projects these days, (b) they've been in a weird frankenstein "on azure but also we have our own control plane" state for years and they're pushing to no longer have that be the case. I don't think vibecoding at Github has much to do with it.

Ah, yes. A lot more repos, commits, and most importantly huge PRs. That makes sense. Thank you!

No, it doesn’t. Their competition is not similarly unstable, despite existing in the same world of LLMs. Think critically.

Re: Incident with Actions and Pages

#43
post #16

Why do they go down so often? Is it true that the reason is that they've incorporated too much AI without human review?

The instability started well before vibecoding, in around 2018-2019, shortly after the Microsoft acquisition.

https://damrnelson.github.io/github-historical-uptime/

https://news.ycombinator.com/item?id=47591928

Re: Incident with Actions and Pages

#46
post #31

Incredible how reliable the heuristic of "something seems off - probably github being down" has gotten these days

It's big enough that every time it goes down, it surely stops somebody from pushing fix for what they currently have broken, so I wonder if status page services see some kind of ripple from github outages.

Re: Incident with Actions and Pages

#48

Whilst you're waiting for it to come back, try out AGENT-CI (which is a project I built.), which runs GitHub Actions on your machine: https://agent-ci.dev . (Open source, etc.) No, it's not like "act," because it uses the standard Github runner, the difference is that the control plane is an emulation of api.github.com, because of this we can do all kinds of nice things: Caching in ~0 ms. Pause on failure, so you can…

"Its not like act, because we can add AI"

Is what it boils down to.

> codex "Fix this pipeline, use `act` to verify your changes"

Post reply on HN