Last active
December 12, 2019 20:31
-
-
Save x-ji/953f4ad09150e9e0716dcb4ea6ae2ea6 to your computer and use it in GitHub Desktop.
Markdium-Elixir process orchestration in Kubernetes with libcluster and swarm
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Swarm.register_name( | |
:unique_name_for_this_worker_process, | |
Yourapp.YourSupervisor, | |
:register, | |
[Yourapp.YourWorker] | |
) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment