Can I use a dynamic supervisor to start another dynamic supervisor?

Quick question: I have a piece of architecture that has a set of dynamic services being parented by other dynamic services. I want to know if it’s possible to use a dynamic supervisor to start another dynamic supervisor. Thanks!

2 Likes

Yes You can, it’s just a process… and if You use child_spec You can specify if it is a worker or a supervisor.

3 Likes