I recently ran into a requirement where I had an umbrella where two of the apps both needed to use elixir-nodejs. This turned out not to be possible since the name and the pool name are hardcoded. Therefore this PR adds a name option which allows the name (and hence the pool) to be specified when creating the supervisor.
I recently ran into a requirement where I had an umbrella where two of the apps both needed to use
elixir-nodejs
. This turned out not to be possible since thename
and the pool name are hardcoded. Therefore this PR adds aname
option which allows the name (and hence the pool) to be specified when creating the supervisor.