Supervisor Strategies
Learn the different supervisor strategies used in handling child processes.
We'll cover the following...
We'll cover the following...
Types of supervisor strategies
We left one question unanswered. We used a setting called :strategy with a value of :one_for_one when we created the DynamicSupervisor and Supervisor processes. When creating a supervisor from scratch, we have the following supervisor strategies available:
-
...