top | item 42123791

(no title)

girishso | 1 year ago

Not much familiar with Elixir OTP, but isn’t the approach OP took similar to Let It Crash philosophy of OTP?

discuss

order

ramchip|1 year ago

Not really, you wouldn't normally kill or restart processes randomly in an OTP system. "Let it crash" is more about separating error handling from business logic.