Hacker News new | ask | show | jobs
by ricardobeat 5367 days ago
Only if you're crazy enough to put something in production running a single node instance.
2 comments

Even if you're not "crazy enough" to do what's prescribed, every user routed to the locked node instance will still be locked. You're just reducing the surface area of the freeze.
Presumably not many requests will be routed to the locked instance - that's why it's called load "balancing".

And you shouldn't have any long-running computation on your server process anyway.

I think this happens fairly often.