Remix.run Logo
vineyardmike 3 days ago

It used to be somewhat common for websites/services to go down for a few minutes every so often for maintenance/migrations/etc.

Tech entrepreneurs should give no weight to this. The market seems to support engineers doing on-call rotations, and a service that can’t tolerate any downtime is (theoretically) a service that is worth a lot to a lot of people- which is perfect for monetizing.

Tech entrepreneurs should stop giving excessive “nines” of availability. Even 99% is probably enough for most customers to never notice, and significantly easier to engineer than 99.999….

portaouflop 3 days ago | parent | next [-]

The issue is less giving out excessive SLAs - it’s more that even a tiny ass startup thinks they need high availability and four nines and scale to billions - when in reality almost no one actually needs it. But those are cool engineering problem so we’d rather work on them than on building a business.

SoftTalker 2 days ago | parent | prev | next [-]

It's still common. Nobody really cares if a site is offline for a few minutes. You try again later (or not, but so what). Heck, nobody cares if they are offline for half the day, it gets fixed and at the end of it it's just a post-mortem for the nerds to read and a shrug and life goes on for everyone else. People vastly overestimate the importance of anything that is on the public internet. None of it is life-critical (if it is, it certainly should not depend on an internet connection or a web server being up).

coffeefirst 2 days ago | parent [-]

Correct. Things are breaking all the time. If you’re not a hospital or air traffic control, nobody is going to die if your website goes down.

There’s a time and a place for heroics, but we go to it for shit that doesn’t really matter, or worse, allow the culture of heroics to cover up the real problems that are much harder to fix.

erik_seaberg a day ago | parent [-]

Imagine Walmart telling all their customers "Come back tomorrow, maybe, we can't manage to keep any of our stores open. At least nobody is going to die."

vineyardmike 11 hours ago | parent [-]

Is this sarcasm?

Most stores close every night.

bckr 3 days ago | parent | prev [-]

> and a service that can’t tolerate any downtime is (theoretically) a service that is worth a lot to a lot of people- which is perfect for monetizing.

The connection makes sense but one must not think in this order. One must think “people will pay for this” and then consider “does this need to be highly available?”

If you have more than one road to choose from, and one of them doesn’t require high availability, then give that one some bonus points for that.