Closed leandrocp closed 6 days ago
Regular Supervisor
ends up fitting our use-case better here, as the site processes aren't temporary (using DynamicSupervisor
implies that its children are temporary processes), and we still do have the possibility of Supervisor.terminate_child/2
and Supervisor.restart_child/2
if needed
Migrate from a traditional
Supervisor
toDynamicSupervisor
so we have more control to manage sites (children).