...

/

Supervisor Strategies

Supervisor Strategies

Learn the different supervisor strategies used in handling child processes.

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, ...