Hacker News new | ask | show | jobs
by LgWoodenBadger 3535 days ago
Isn't this the much-lauded and respected Erlang approach to failures?
1 comments

I never used Erlang, so I have no idea if it follows the same approach(although I find it quite strange). But for sure I can't afford to deploy anything like that in prod. You lose one transaction in the middle and several millions go lost. I'd rather lose an hand than try to explain my clients that it is fine, docker just restarted by itself as expected..