|
|
|
|
|
by tylerpachal
3135 days ago
|
|
I wrote a blog post[0] that walks through some example Elixir code to explain it. It boils down to having Supervisor processes that monitors worker processes (or other supervisor processes), and the supervisor receives a message when the worker process exits. The supervisor can then decide what to do based on what the error message is. [0] https://medium.com/@tylerpachal/let-it-crash-creating-an-exa... |
|