Remix.run Logo
When "no healthy upstream" isn't about the upstream you think(sahansera.dev)
10 points by sahan 5 days ago | 8 comments
JohnMakin a day ago | parent | next [-]

> The instinct during an availability incident is to add headroom: raise CPU limits, increase the worker pool, add replicas. That can help with genuine capacity problems. Here, it would only give the retry loop more workers to occupy.

This is something during production issues I have a really difficult time sometimes communicating to peers. "Our services are timing out, we're seeing high latency, increase all resources!" is the knee jerk response, but sometimes, and even often, if the underlying cause of the degradation is something like, a database locking up, increasing workers and giving them more firepower might just make the situation even worse. It happens a lot more than you would think.

elevation a day ago | parent [-]

Your comment reminded me of rachaelbythebay.com. While her site seems to be down at the moment, she has shared some useful war stories from debugging similar scenarios. I understand systems better after having read her work.

jorams a day ago | parent [-]

It's https://rachelbythebay.com/ and doesn't seem to be down.

ppedra a day ago | parent | prev | next [-]

Wow, that`s very true...

> My disability is not a tragedy of biology. It is a failure of infrastructure.

Everybody is different. Tall, short, strong, week, two legs, one leg, short sighted or blind. So it makes a lot of sense to point (as a mistake) that our infrastructure favors one type over the others.

> the "Checkout" button is labeled "Button_Graphic_v2_Final"

This is a very good point.

gryfft a day ago | parent [-]

I think you meant to comment here: https://news.ycombinator.com/item?id=49183665

ppedra a day ago | parent [-]

hahhaha, thats true. thank you!

jtc331 a day ago | parent | prev [-]

Couldn’t even be bothered to disguise LLM generated content.

Painful to read.

sahan 5 hours ago | parent [-]

Thanks for the feedback. This was a real incident that I handled. I had to remove any specifics which may have made it generic. I wanted to share the though process and the learnings along the way. Yes, I did use an LLM to polish it up. Could you be specific on why it was painful to read? Was too much text? Was it the tone? Having more concrete examples would help?

Thanks for reading nonetheless!