Is this a supervisor?

Hi all

I have an overview over my PIDs:

My question, is signin_service a supervisor?

Thanks

answer is “Maybe, go look the code”. But probably yes.

I am using poolboy, maybe it more meaningful.

not really no…

click on it and see the value of “Trap Exit”, if it’s true - it’s probably a supervisor, otherwise not one (can’t supervise without trapping exits)

You can double click on it, then click on the Dictionary tab and check whether $initial_call is in form of {supervisor, ...}.

Alternatively, you can click on the State tab and take a look at the State. If it’s a supervisor, you should see the supervisor specification and list of children:

Thanks so much.