bitwalker / swarm

Easy clustering, registration, and distribution of worker processes for Erlang/Elixir
MIT License
1.19k stars 102 forks source link

Retry start_pid_remotely when module not (yet) available on target node #56

Closed msw10100 closed 6 years ago

msw10100 commented 6 years ago

Patch to address Issue #55.

Occurs when Swarm is up and running on a newly-started node and accepts a start process request from another Swarm instance before the code to be started has been loaded on the new node.

slashdotdash commented 6 years ago

Thanks for the pull request @msw10100.