18
Aug
(still updating) Intro Supervisor in Elixir (& Erlang) is one of interesting features of language. For legacy use case it's enough, but it's still limited feature for us. Based on process monitoring & linked feature of language (I have explain in this topic) we created a new supervisor for support more common case & more convenience. Supervisor is target to easy to use, better for multi purposes. Supervisor's features In one of supervisor we support: Group of processes Chain of processes Standalone processes Support partition for scalable system Just need one supervisor in application and can add child in application…