Hacker News new | ask | show | jobs
by golergka 1114 days ago
What's a 30 seconds of startup for an app that will stay up for a few hours until the next deploy?
4 comments

More downtime upon deployment (or spreading deployment over longer period).

For serverless with cold starts, direct translation to $.

The whole motivation for tiered JITing is to attempt a balance that gets the best of both worlds; fast startup, optimized hot code (over time).

Unfortunately many CLI tools are written in JS as well (looking at you wrangler).
Lots of money when talking about serverless.
Sounds like a joy to test