Skip to content

Instantly share code, notes, and snippets.

@BillBarnhill
Created November 28, 2012 11:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save BillBarnhill/4160716 to your computer and use it in GitHub Desktop.
Save BillBarnhill/4160716 to your computer and use it in GitHub Desktop.
Connecting erlang nodes before apps start
To do the equivalent of...
net_kernel:connect(a@host1),
net_kernel:connect(b@host1)
...add the following to your config:
{sync_nodes_mandatory, [a@ferdmbp, b@ferdmbp]},
{sync_nodes_timeout, 30000}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment