Ask HN: Is GitHub getting less reliable, or is it just me?
10 points
1 day ago
| 6 comments
| HN
Is anyone else experiencing persistent reliability issues with GitHub on daily basis? Over the past 2–3 months I've been dealing with a steady stream of problems: rate limiting, Copilot instability, major outages, and recurring issues with tunnels and Codespaces. It's become a real productivity concern.
photobombastic
10 hours ago
[-]
The core git hosting has been solid for me, but Actions has been noticeably flakier in recent months. More random runner timeouts, longer queue times for larger runners, and occasional runs that just silently hang.

The frustrating part isn't the outages themselves — it's that the feedback loop for debugging them is so slow. A step fails, you read logs, make a guess, push, wait 5 minutes for the run to get to the same point, and repeat. There's no way to inspect the state of a runner mid-pipeline or retry a single step without re-running the whole workflow.

Reliability issues hurt more when your only debugging tool is "push and pray" (im a recovering vc)

reply
sprobertson
1 day ago
[-]
You're certainly not alone, though it's not that much worse than usual over the last 5 years https://telliott.me/posts/is-github-getting-less-reliable/
reply
valentinza
1 hour ago
[-]
Actions is rather disappointing
reply
PaulHoule
1 day ago
[-]
I only use the source code repositories and have had little trouble in the last few months except for that time there was a network partition.
reply
abstractspoon
17 hours ago
[-]
I've not had a problem
reply
antoniokokoshka
1 day ago
[-]
more shitty code generated by AI, untested, on a “trust me bro” basis
reply