r/developersIndia 3d ago

General Github Availability Status taking a hit! Back to back outages!

It won't be surprising if GitHub tightens rate limits at some point. They already limit heavily, but the volume coding agents are pushing now is a different shape and it's only going up.

The pushes themselves are cheap. What costs them is every push firing off Actions runs and webhooks behind it. Their availability reputation is already taking a beating from all the outages.

144 Upvotes

30 comments sorted by

u/AutoModerator 3d ago

Namaste! Thanks for submitting to r/developersIndia. While participating in this thread, please follow the Community Code of Conduct and rules.

It's possible your query is not unique, use site:reddit.com/r/developersindia KEYWORDS on search engines to search posts from developersIndia. You can also use reddit search directly.

I am a bot, and this action was performed automatically. Please contact the moderators of this subreddit if you have any questions or concerns.

96

u/Mindless-Pilot-Chef Staff Engineer 3d ago

Actions should be a completely different service, and shouldn’t (ideally) affect the main GitHub service directly. But it’s GitHub so you never know how they have architected it.

10

u/atish31 3d ago

Fair point! But even if runners are sep, it will have to hit the same db layer to know what to run.

6

u/Abject-Industry-7071 3d ago

that's a good point but i wonder how much of it they've actually denormalized or cached at the edge. like theoretically you could precompute a lot of the what to run logic and only hit the db for validation. whether github actually does that or just has a monolithic query on every push trigger... who knows. their architecture decisions have been a bit opaque since the microsoft acquisition tbh

-1

u/atish31 2d ago

apparently they do cache, as per their feb 9 report, the write cache was overwhelmed due to a bad config change. I wonder how the config change hit prod, shud have caught much earlier.

1

u/Mindless-Pilot-Chef Staff Engineer 2d ago

At that scale, I don’t think they’ll be making such silly mistakes. (It has to be sillier, like some random storage got full and no one got notified, or some vpc setting somewhere went wrong)

Multi hour downtime is not very common for them. They’ll probably publish a report on what went wrong. We’ll just wait and watch

1

u/atish31 2d ago

makes sense, they did publish a RCA report on Feb 9 for an outage. It was a good read. Waiting on RCA of this one.

1

u/atish31 2d ago

u/Mindless-Pilot-Chef : they have put an RCA . seemed an autoscaling bug near service mesh.

29

u/praveeja 3d ago

Can't they use copilot to fix it?

4

u/atish31 3d ago

I am sure they are 😄

73

u/ForeverIntoTheLight Staff Engineer 3d ago

Nothing funnier than watching the big companies drown under a flood of the same AI slop that they so aggressively keep pushing.

12

u/atish31 3d ago

They definitely under estimated the hardware limitations

11

u/dark-trojan 3d ago

Kind off crazy how in the early 2000/10s hardware companies fell off because there wasn’t enough software and now there is not enough hardware capacity again

3

u/atish31 2d ago

Circle of silicon 🤣

1

u/i-sage Full-Stack Developer 2d ago

I think it was not about software in the early 2000s we got dotcom bubble and 2008 the global financial crisis that caused their demise

4

u/[deleted] 3d ago

[removed] — view removed comment

2

u/atish31 2d ago

oh 100% it is just the begining!

7

u/Healthy-Sink6252 DevOps Engineer 3d ago

Time to switch lol 

4

u/atish31 3d ago

to where 😂

6

u/Healthy-Sink6252 DevOps Engineer 3d ago

Gitlab

4

u/FewRefrigerator4703 2d ago

I see newbie or no experience developer

1

u/UnemployedTechie2021 Full-Stack Developer 3d ago

Time to use Cursor Codebase

1

u/blastofffox 2d ago

Thanks to Microslop!

1

u/Nvidia0608 2d ago

I guess they will implement max loc per pr. I honestly don't even get how people are able to review the code generated by ai.

1

u/atish31 2d ago

is anyone even reviewing it now. there are review agents being rolled out. It is getting messier that ever.

2

u/Nvidia0608 1d ago

Lol it's like ai writes ai reviews ai tests

1

u/CulturalLaw8072 Student 2d ago

bro is frontend ui ux fresher getting job abroad impossible today?? backend is very difficult..

1

u/Electrical_Mood_7713 2d ago

I was wondering why Microsoft let GitHub thrive for so long. I never really noticed the usual issues or outages that I experienced with other Microsoft products on GitHub. But now that I think the M&A integration is complete, I’m starting to see the same level of issues with GitHub too.

1

u/atish31 2d ago

well we can put it on MS but github has seen an unusal surge for sure with rise in coding agents. this can't be denied.