simple_one_for_one is a Supervisor strategy used in Erlang/Elixir to allow dynamically added instances of the same process
A supervisor with restart strategy simple_one_for_one is a simplified one_for_one supervisor, where all child processes are dynamically added instances of the same process.