Handling failures in background workers with Elixir and supervisors (opens in new tab)
From Patryk Bak - a programming blog: Elixir is built on the top of the Erlang Virtual Machine. It allows us to write highly available systems that can run practically forever. Does that mean that we don’t have to do anything to make our systems reliable?
Read the original article