Skip to content

Instantly share code, notes, and snippets.

@x-ji
Last active December 12, 2019 20:31
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 x-ji/953f4ad09150e9e0716dcb4ea6ae2ea6 to your computer and use it in GitHub Desktop.
Save x-ji/953f4ad09150e9e0716dcb4ea6ae2ea6 to your computer and use it in GitHub Desktop.
Markdium-Elixir process orchestration in Kubernetes with libcluster and swarm
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