whitfin / local-cluster

Easy local cluster creation for Elixir to aid in unit testing
MIT License
223 stars 30 forks source link

Added option to specify applications to start on cluster nodes #15

Closed pmenhart closed 4 years ago

pmenhart commented 4 years ago
pmenhart commented 4 years ago

As a side effect, this PR solves also concern of PR #14 "Ensure all configuration merged before starts loaded applications in child nodes".

whitfin commented 4 years ago

I've merged this in the meantime, since the naming doesn't block the merge. I'm likely going to tweak the option to :applications rather than :app_names, but the rest looks good!