←back to thread

257 points pmig | 1 comments | | HN request time: 0s | source
Show context
pm90 ◴[] No.43096387[source]
The startup time comparisons may not seem like a big deal but having an app take several seconds just to start up can burn you really bad in incidents where you want to roll new application versions. And yes, it is possible to engineer around it but I think a better question to ask is why these apps take so goddamn long to start in the first place. There should be some kind of compile or runtime flag to speed this up.
replies(2): >>43096586 #>>43099206 #
skeeks ◴[] No.43099206[source]
There are a lot of applications where the startup time of several seconds does not matter at all. More likely, for most applications it does not matter. Of course, if you are FAANG, it does, but you should not optimize for that in the beginning.
replies(1): >>43106867 #
1. pm90 ◴[] No.43106867[source]
I have never worked for Faang and have seen this be an issue in every single company Ive worked for. Every one. You don’t need millions of pods. Even a fleet of a few hundred (which isn’t crazy for most small to medium businesses) will cause you much pain if you don’t handle this properly.